BreakpointRemoveReason
Reason that a breakpoint was removed.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
485 | Requested | 0 | Breakpoint removal was requested by user or a command. | |
485 | ScriptChanged | 1 | Script that contained the breakpoint has changed. | |
485 | ScriptRemoved | 2 | Script that contained the breakpoint was removed. |
Description
Reason that a breakpoint was removed.
History 4
- 485 Add ScriptRemoved
- 485 Add ScriptChanged
- 485 Add Requested
- 485 Add BreakpointRemoveReason