What is counterpart to C++ "__asm int 3"

S

Siegfried Heintze

I have a VB.NET program that is working fine from Visual Studio 2005.
However, when I try to compile and run it from the cmd.exe prompt, it throws
an exception.

If this was C++, I would insert "__asm int 3" in the souce code to force it
to bring up the visual studio debugger so I could single step thru the
constructor that is causing the problem when launching from command line.

Thanks,
Siegfried
 

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

Top