How do you determine at runtime whether the visual studio debugger is attached to your process. I've seen instructions for how to do this in .NET, but my process is a native C++ process. Support for detecting Just-in-time debugging would be nice but not a strict requirement.
views:
68answers:
2
+2
Q:
How to determine at runtime when your C++ application has the visual studio debugger attached?
Thanks. That's exactly what I needed.
Jeremy Bell
2010-05-07 15:09:00
+1 for being the right answer, even if 2 minutes later than unwind's answer. Thanks to you also.
Jeremy Bell
2010-05-07 15:09:57