cant debug using __asm int 3 or DebugBreak or __debugbreak() on win7 64 bit

3.3k Views Asked by At

i cant launch the visual studio 2008 debugger by using _asm int 3, or _debugbreak(), or DebugBreak(). I am trying to debug a C++ DLL by embedding "__asm int 3;" in it, build the project and replace the generated dll with the one that is launched by an exe. I cant start that exe from visual studio 2008 itself, because the exe is launched by another program, that i have no control over. I have windows 7 64 bit. Please Help.

0

There are 0 best solutions below