Span 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">Restores to the default the spanning behavior of a Debugger macro, re...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Restores to the default the spanning behavior of a Debugger [[using_debugger_macros.html|macro]], reversing any previously issued </span><span class="f_Monospace">[[NoSpan command|noSpan]]</span><span class="f_Para"> command. By default, macro execution spans the evaluation of requests (if a request completes before a macro is finished, the remaining macro commands apply to the next request).  </span>
<span class="f_Para">Restores to the default the spanning behavior of a Debugger [[Using Debugger Macros|macro]], reversing any previously issued </span><span class="f_Monospace">[[NoSpan command|noSpan]]</span><span class="f_Para"> command. By default, macro execution spans the evaluation of requests (if a request completes before a macro is finished, the remaining macro commands apply to the next request).  </span>


'''Syntax:'''
'''Syntax:'''

Latest revision as of 18:44, 9 February 2023

Action:

Restores to the default the spanning behavior of a Debugger macro, reversing any previously issued noSpan command. By default, macro execution spans the evaluation of requests (if a request completes before a macro is finished, the remaining macro commands apply to the next request).  

Syntax:

span 

Scope: Allowed only in Debugger macros.
Client menu: --
Introduced: Build 37