News

java.debug.settings.exceptionBreakpoint.exceptionTypes: Specifies a set of exception types you want to break on, e.g. java.lang.NullPointerException. A specific exception type and its subclasses can ...
I find it difficult to debug/spot thrown errors, when they are caught and just logged. VS Code's debugger has the ability to break on caught/uncaught exceptions. Unfortunately, we usually have generic ...
VS Code combines impressive Java ... file and select Debug. Spring Boot will run in debug mode. Open MyController and double click on the red dot to the left of line 14 to set a break point.