SetExceptionBreakpointCommandCondition

Sets the command condition of an exception breakpoint. When command condition is not specified, the command will be executed when the debugger would break, 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 condition (default condition when not specified).

result

This command does not set any result variables.