Debugging in VI

I switched back from Visual Studio Code to vi (I tire of switching from keyboard to mouse). As my memory is not very good, here is my cheat-sheet for using :Termdebug Starting a debug session: Termdebug [executable_name] Navigating the 3…

Read MoreDebugging in VI