With the System.Diagnostics.Debugger.IsAttached property I can see if a debugger is attached to the current process.
What I need to know however, is if the debugged thread is running or not.
Is it possible being notified (in a different thread of course) when the debugger hits a breakpoint, and when execution continues?
Marcel
What I need to know however, is if the debugged thread is running or not.
Is it possible being notified (in a different thread of course) when the debugger hits a breakpoint, and when execution continues?
Marcel