Difference between revisions of "MC-Basic:BREAKPOINTLIST"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 46: Line 46:
 
* [[Axystems:MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]]
 
* [[Axystems:MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]]
  
 
+
[[Category:Axystems:MC-Basic:Debug Tools|BREAKPOINTLIST]]
 
}}
 
}}

Revision as of 15:18, 6 March 2014

This command is used to list all the breakpoints in the task and returns it including source line for each point.

Up to 0. 4.2.1 version the query returns also library breakpoints list , including calling task name , if it was defined by AddBreakPoint  instruction .

Short form

BList

Syntax

?BreakPointList <task>

Availability

All versions

Range

<task>: name of a task that is loaded in memory

Scope

Terminal

Limitations

Read-Only

Examples

-->?BreakPointList MAKECUT.prg

Source: 23 MAKECUT.PRG Task:

-->?BreakPointList lib1.lib

Source: 42 LIB1.LIB Task: MAKECUT.PRG

See Also