Breaks command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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 the DebuggerTools class methods#Setting multiple breakpoints at once|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>



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: --