View source
enum abstract ExceptionBreakMode(String)
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
This enumeration defines all possible conditions when a thrown exception should result in a break.
Variables
inlineread onlyUserUnhandled:ExceptionBreakMode = "userUnhandled"
breaks if the exception is not handled by user code.