Breaks command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Sets breakpoints on lines after comments that have the form </span>''*Break''<span class="f_Para"> (s...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__TOC__
__TOC__
{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Sets breakpoints on lines after comments that have the form </span>''*Break''<span class="f_Para"> (see [[using_breakpoints.html#set_multiple_breaks|Setting multiple breakpoints at once]]). </span>
<span class="f_Para">Sets breakpoints on lines after comments that have the form </span>''*Break''<span class="f_Para"> (see [[Using the DebuggerTools class methods#Setting multiple breakpoints at once|Setting multiple breakpoints at once]]). </span>


'''Syntax:'''
'''Syntax:'''
Line 9: Line 9:
<p class="syntax">breaks </p>
<p class="syntax">breaks </p>


<span class="f_EmphRed">Note:</span><span class="f_Notes"> The search for the </span>''*Break''<span class="f_Notes"> lines begins from the current line, so you probably should precede the </span>''breaks''<span class="f_Notes"> command by a </span><span class="f_Monospace">[[top_cmd.html|top]]</span><span class="f_Notes"> command if used in a macro. </span>
'''Note:'''<span class="f_Notes"> The search for the </span>''*Break''<span class="f_Notes"> lines begins from the current line, so you probably should precede the </span>''breaks''<span class="f_Notes"> command by a </span><span class="f_Monospace">[[top command|top]]</span><span class="f_Notes"> command if used in a macro. </span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Latest revision as of 00:47, 26 January 2023

Action:

Sets breakpoints on lines after comments that have the form *Break (see Setting multiple breakpoints at once).

Syntax:

breaks 

Note: The search for the *Break lines begins from the current line, so you probably should precede the breaks command by a top command if used in a macro.

Client menu: Breakpoints > Breaks
Introduced: --