python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
XML Debugger in VSCode
I have a csproj file that I believe is made for compiling numerous C# programs in the same directory, but I'm having trouble running it as I keep on being asked for a XML debugger. When VSCode asks to...
harrisonlund
Votes: 0
Answers: 2
VS Code can't connect to Google Chrome for html debug
I'm having issues connecting to chrome through html vscode debug. each time I go to the run menu and click on 'start debugging' or 'run without debugging', google chrome opens and shows new tab and no...
Major101
Votes: 0
Answers: 2
How to toggle all breakpoints in VS Code?
I am looking for a way to assign a keyboard shortcut that would toggle all breakpoints in VS Code.
The same key should either disable them all or enable them all back, i.e. it is not about only disabl...
Peter Short
Votes: 0
Answers: 2
Visual Studio Code debugger on react project with typescript doesn't stop at breakpoints
I'm using the the built in Debugger tool in VS code. My launch.json settings look like this:
When I add some breakpoints to my code, it doesn't stop there. Is there some special settings required whe...
Roman
Votes: 0
Answers: 1