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
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<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:'''

Revision as of 17:49, 13 December 2022

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