SetExceptionBreakpointCommand

Sets the command to execute when an exception breakpoint is hit. If the command condition is not specified, it will be executed when the debugger breaks, otherwise it will be executed when the condition is satisfied.

arguments

arg1 The name, exception name or code of the exception breakpoint.

[arg2] The command (empty when not specified).

result

This command does not set any result variables.