Which Item to use for ILDASM list

  • Thread starter Thread starter Larry Serflaten
  • Start date Start date
L

Larry Serflaten

I've added ILDASM to my Tools menu and when I
click on it, I get a message box prompting me to
build the command line.

There is a browse button on top that brings up a list
of items I can pass to ILDASM in the command line,
but none of them seem to point to the PE file of my
project.

Is there some way to make this work from that
launch box? I currently have to pick one, then
manually locate and load the PE (.exe) file of the
current project.

LFS
 
Larry,
I've added ILDASM to my Tools menu and when I
click on it, I get a message box prompting me to
build the command line.

Wiht the External Tools dialog box, right? If I use $(TargetPath) as
the command line argument it works great.



Mattias
 
Mattias Sjögren said:
Wiht the External Tools dialog box, right? If I use $(TargetPath) as
the command line argument it works great.

I thought I tried them all, but you're right, that's the one to use!

Thanks!
LFS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top