2

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.

isingh
  • 21
  • 1
  • 4
  • You might find [this question](http://stackoverflow.com/q/6677161/968261) useful. – Alexey Frunze Apr 07 '12 at 12:18
  • Something wrong with the machine's WER setup (Windows Error Reporting) or the just-in-time debugger setup (Aedebug registry key). Still an unpleasant way to get the debugger launched, you'll want to create a better debugging scenario. – Hans Passant Apr 07 '12 at 13:38

0 Answers0