Break when exception is thrown

You are able to define the precise list of Exception you want to have a breakpoint on, even if those exceptions are uncaught (which should be the equivalent of “unhandled“)

uncaught

Leave a Comment