NoSpan command: Difference between revisions
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 |
||
Line 6: | Line 6: | ||
<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.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> | ||
With ''noSpan'' in effect, any running macro is terminated at the end of request evaluation. | |||
'''Syntax:''' | '''Syntax:''' |
Revision as of 23:11, 8 June 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 |