Questions tagged [vscode-debugger]

The Visual Studio Code debugger allows the developer to find errors in a program by pausing and inspecting the code.

The Visual Studio Code Debugger allows the developer to find errors in a program by pausing and inspecting the code.

References:

  1. Debugging User Guide
  2. Video tutorial
1100 questions
-1
votes
1 answer

Is it possible to debug a Service Fabric application in VS Code?

I would like to be able to deploy and debug a Service Fabric app to my local SF Cluster using Visual Studio Code.
-1
votes
1 answer

How can I fix the Python Debugger error(crash) on Visual Studio Code?

Whenever I try to start debugging Python, this bar on the picture does not appear and I only get the output of My code. How can I fix it?This happens when I start debugging This Bar is missing
-2
votes
0 answers

vscode not showing output of c++ progam

https://i.stack.imgur.com/FYbKV.png''' this is my code and i am unable to get output plzz help me... my output is blank some time it shows output them i am reconfigure my vscode then also facing same problem ''' #include using namespace…
-2
votes
1 answer

VSCODE debug and new project about problems

I'm coding flutter in Vscode. I did a system restore on my computer a few days ago. After this process, VScode is broke down. I installed it again and now there were other problems in vscode too. For example I can't open new flutter project, it…
-5
votes
0 answers

VSCode can't run C/C++ files after compiling it

As the title suggests, i can't run or debug c/c++ codes after compiling it in vs-code. My OS is Windows 7 SP 1 and VS Code version is 1.56.2 and the C++ extension version is 0.25.1. Here is launch.json { "version": "0.2.0", "configurations":…
1 2 3
73
74