Howto launch and debug in VSCode using the debug adapter protocol (part 2)
Ok, after the basic infracstructure, the next thing to do is actually launch some program without worrying about the debugger, so, we’ll just run a program without being in debug mode to completion, show its output and terminate it when requested.To launch a program, our debug adapter must treat...