14 lines
382 B
Markdown
14 lines
382 B
Markdown
# SetExceptionBreakpointName
|
|
|
|
Sets the name of an exception breakpoint. It will be displayed in the breakpoints view and in the log when the breakpoint is hit.
|
|
|
|
## arguments
|
|
|
|
`arg1` The name, exception name or code of the exception breakpoint.
|
|
|
|
`[arg2]` The name of the breakpoint (empty when not specified).
|
|
|
|
## result
|
|
|
|
This command does not set any result variables.
|