Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

VSCode - Break on "Uncaught exceptions" checkbox hidden

Writer 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)

Debug Image

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?

2

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy