The Debugger class in System.Diagnostics is implemented in Debugger.cs. Its purpose is to allow communication with the debugger.
This is the class that lets you do a "hard debug" but typing Debugger.Break(), which signals a breakpoint to an attached debugger.
Debugger.Launch() is similarly aggresive. It launches and attaches to a debugger to the process.
No comments:
Post a Comment