CLR Debugging

These are my notes on CLR debuggers that I have been compiling while writing the debugger for #Develop.

Changes to the debugging API between version 1.0 and 1.1 of the .NET framaework.

Microsoft documentation comments and notes.

How debuggers work: Writing a .NET debugger.