1
0
Fork 0
x64dbg/docs/commands/conditional-breakpoint-control/SetExceptionBreakpointCondi...

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.