Difference between revisions of "MC-Basic:BREAKPOINTLIST"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:BREAKPOINTLIST to MC-Basic:BREAKPOINTLIST: Global renaming of Axystems: namespace into (Main):)
Line 48: Line 48:
 
* [[MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]]
 
* [[MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]]
  
[[Category:Axystems:MC-Basic:Debug Tools|BREAKPOINTLIST]]
+
[[Category:MC-Basic:Debug Tools|BREAKPOINTLIST]]
 
}}
 
}}

Revision as of 09:14, 22 May 2014

This command lists all the breakpoints in the task and returns it including source line for each point.

Up to version 0.4.2.1 the query also returns list of library breakpoints, 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