-
Notifications
You must be signed in to change notification settings - Fork 103
Links
-
Writing a .net debugger
https://lowleveldesign.org/2010/10/11/writing-a-net-debugger-part-1-starting-the-debugging-session/
https://lowleveldesign.org/2010/11/08/writing-a-net-debugger-part-3-symbol-and-source-files/
https://lowleveldesign.org/2010/12/01/writing-a-net-debugger-part-4-breakpoints/
-
Mike Stall's .NET Debugging Blog
https://blogs.msdn.microsoft.com/jmstall/tag/icordebug/
https://blogs.msdn.microsoft.com/jmstall/2004/12/31/how-can-i-debug-just-my-code/
https://blogs.msdn.microsoft.com/jmstall/2005/06/19/line-hidden-and-0xfeefee-sequence-points/
https://blogs.msdn.microsoft.com/jmstall/2005/03/23/func-eval-is-evil/
-
Injecting Code Dynamically with the Debugging API
https://msdn.microsoft.com/en-us/library/bb384380(v=vs.100).aspx
-
Embedding CoreCLR in your C/C++ application
-
MDbg sources
-
Managed debugger for IronPython
-
The GDB/MI Interface
-
VS Code debugger protocol spec