Difference between revisions of "MC-Basic:CLEARBREAKPOINT"
| Line 37: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]] | * [[MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]] | ||
| − | * [[ | + | * [[MC-Basic:BREAKPOINTLIST|BREAKPOINTLIST]] |
* [[Axystems:MC-Basic:CONTINUETASK|CONTINUETASK]] | * [[Axystems:MC-Basic:CONTINUETASK|CONTINUETASK]] | ||
* [[Axystems:MC-Basic:IDLETASK|IDLETASK]] | * [[Axystems:MC-Basic:IDLETASK|IDLETASK]] | ||
Revision as of 08:35, 22 May 2014
This command is used to clear a breakpoint in the task.
Short form
CBPoint
Syntax
ClearBreakPoint <task> <program line number>
Availability
All versions
Type
<task>: File specification
<program line number>: Long
Range
<task>: Name of a task that is loaded in memory
<program line number>: 1 to 2147483647
Scope
Terminal
Limitations
The task must be loaded in memory, and the breakpoint must exist.
Examples
ClearBreakPoint MAKECUT.prg 20