Answers for "debug in vs code example"

2

vscode terminator debug

Seems like VSCode does not work well with Terminator as the debug console.
Try using a different terminal emulator.
xfce4-terminal works well
Posted by: Guest on August-07-2021
0

debug two applications on vs code

"compounds": [
        {
            "name": "Both Console & Web API",
            "configurations": [
                ".NET Core Launch (console)",
                ".NET Core Launch (web)"
            ]
        }
Posted by: Guest on August-11-2021

Browse Popular Code Answers by Language