The Joy of Writing a Debugger Adapter for Visual Studio Code

I only wanted a faster remote debugging workflow for a service running in a VM. Instead, I ended up learning DAP, wrapping WinDbg, and building a working first proof of concept debugger adapter for VS Code.
Read Article