Difference between revisions of "MC-Basic:BREAKPOINTLIST"

From SoftMC-Wiki
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:BREAKPOINTLIST}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
?BreakPointList ''<task>''
+
?BreakPointList <''task''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This command is used to list all the breakpoints in the task and returns it including source line for each point.
+
<font color="red">
  
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 .
+
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.
 +
</font>
 
|TYPE=
 
|TYPE=
  
Line 30: Line 33:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 44: Line 47:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]]
+
* [[MC-Basic:ADDBREAKPOINT|ADDBREAKPOINT]]
  
[[Category:Axystems:MC-Basic:Debug Tools|BREAKPOINTLIST]]
+
[[Category:MC-Basic:Debug Tools|BREAKPOINTLIST]]
 
}}
 
}}

Latest revision as of 07:07, 24 April 2017

Language: English  • 中文(简体)‎

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