VSCode - Break on "Uncaught exceptions" checkbox hidden
Matthew Harrington
I used to see a checkbox named "Uncaught Exceptions" in the VSCode Debug sidebar, under the "Breakpoints" section, just like in this pict (look bottom left of the picture)
But I don't see it anymore, and I don't remember when it disapeared. I am using VSCode 1.37.1 at the moment.
Is there a new setting to show/hide this?
21 Answer
The latest version of VS Code always has it when in Debug Mode.
To debug, press the Run in the top of the window, then press Start Debugging. Make sure you have at least one break point on your editor, which you can do by just clicking one of the lines in your code and you'll see the red circle, which pauses the program when that line is reached.
The BREAKPOINTS will appear again on the bottom left.