14 lines
421 B
Markdown
14 lines
421 B
Markdown
# SetExceptionBreakpointCondition
|
|
|
|
Sets the exception breakpoint condition. When this condition is set, it is evaluated every time the exception occurs (chance must match) and the debugger would stop only if condition is not 0.
|
|
|
|
## arguments
|
|
|
|
`arg1` The name, exception name or code of the exception breakpoint.
|
|
|
|
`[arg2]` The condition expression.
|
|
|
|
## result
|
|
|
|
This command does not set any result variables.
|