Difference between revisions of "MC-Basic:CLEARBREAKPOINT"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
ClearBreakPoint ''<task> <program line number>''
+
ClearBreakPoint <''task''> <''program line number''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 13: Line 13:
  
 
|TYPE=
 
|TYPE=
''<task>'': File specification<br>
+
<''task''>: File specification<br>
''<program line number>'': Long
+
<''program line number''>: Long
  
 
|RANGE=
 
|RANGE=
''<task>'': Name of a task that is loaded in memory<br>
+
<''task''>: Name of a task that is loaded in memory<br>
''<program line number>'': 1 to 2147483647
+
<''program line number''>: 1 to 2147483647
  
 
|UNITS=
 
|UNITS=

Revision as of 11:34, 20 March 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

See Also