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

  • Thread starter Thread starter Siegfried Heintze
  • Start date Start date
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
 
Back
Top