Include command (debugger): Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
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">Calls another Debugger [[using_debugger_macros.html|macro]]. </span>
<span class="f_Para">Calls another Debugger [[Using Debugger Macros|macro]]. </span>


'''Syntax:'''  
'''Syntax:'''  
Line 13: Line 13:
|-
|-
| '''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:'''

Latest revision as of 21:24, 30 January 2023

Action:

Calls another Debugger macro.

Syntax:

include macro

where macro is the unquoted name of the macro.

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