yanny2
❔ How do I configure and use 'vscode' for debugging purposes?
Hello, I have recently been attempting to write a C# program, and I am at the stage where I need to break and inspect. Normally I would use gdb for this, but apparently it doesn't work with pdb produced by dotnet build.
As a consequence I have had to install some software called vs-code or codium in my package manager.
I have managed to open the project and set a breakpoint, but upon pressing F5 which I presume is the run button, I get an ambiguous error that states: "undefined" is not valid JSON.
This is somewhat confusing as my project doesn't contain any JSON, What do I need to configure this software so that it functions?
31 replies