NoSpan 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">Reverses the default spanning behavior of a Debugger macro. By defaul...")
 
No edit summary
(One intermediate revision by the same user not shown)
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Reverses the default spanning behavior of a Debugger [[using_debugger_macros.html|macro]]. 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">Reverses the default spanning behavior of a Debugger [[Using Debugger Macros|macro]]. 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">With </span><span class="f_Monospace">noSpan</span><span class="f_Para"> in effect, any running macro is terminated at the end of request evaluation. </span>
With ''noSpan'' in effect, any running macro is terminated at the end of request evaluation.  


'''Syntax:'''
'''Syntax:'''
Line 12: Line 12:
<p class="syntax">noSpan </p>
<p class="syntax">noSpan </p>


<span class="f_Para">The </span><span class="f_Monospace">[[span_cmd.html|span]]</span><span class="f_Para"> command reverses a previously issued </span><span class="f_Monospace">noSpan</span><span class="f_Para"> command. </span>
<span class="f_Para">The </span><span class="f_Monospace">[[span command|span]]</span><span class="f_Para"> command reverses a previously issued </span><span class="f_Monospace">noSpan</span><span class="f_Para"> command. </span>
|-
|-
| '''Scope:'''
| '''Scope:'''
| <span class="f_Para">Allowed only in Debugger [[using_debugger_macros.html|macros]].</span>
| <span class="f_Para">Allowed only in Debugger [[Using Debugger Macros|macros]].</span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Revision as of 16:34, 7 December 2022

Action:

Reverses the default spanning behavior of a Debugger macro. 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).

With noSpan in effect, any running macro is terminated at the end of request evaluation.

Syntax:

noSpan 

The span command reverses a previously issued noSpan command.

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