-
Notifications
You must be signed in to change notification settings - Fork 108
Links
Igor Kulaychuk edited this page Jan 26, 2018
·
2 revisions
- Writing a .net debugger https://lowleveldesign.org/2010/10/11/writing-a-net-debugger-part-1-starting-the-debugging-session/ https://lowleveldesign.org/2010/10/22/writing-a-net-debugger-part-2-handling-events-and-creating-wrappers/ 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/ https://blogs.msdn.microsoft.com/jmstall/2006/03/05/what-does-a-debugger-author-need-to-do-to-support-func-eval/
- 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 http://yizhang82.me/hosting-coreclr
- MDbg sources https://github.com/SymbolSource/Microsoft.Samples.Debugging
- Managed debugger for IronPython https://github.com/devhawk/ipydbg/blob/master/ipydbg.py
- The GDB/MI Interface https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI.html
- VS Code debugger protocol spec https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/common/debugProtocol.d.ts