Using Debugger Macros: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ <span class="f_Para">A macro lets you execute one or more commands as a single unit of work to automate an often-repeated series of operations.  </span> <span class=...")
 
No edit summary
Line 4: Line 4:
<span class="f_Para">Subsequent sections describe: </span>
<span class="f_Para">Subsequent sections describe: </span>


 
*[[creating_running_macro.html|Creating and running a macro]]
 
*[[map_macro_to_button.html|Mapping a macro to a button or hot key]]
<span class="f_SimpleListText">[[creating_running_macro.html|Creating and running a macro]] </span>
*[[passing_arguments_to_macros.html|Passing a command argument to a macro]]
 
*[[using_macro_console_cmdline.html|Using the macro console and command line]]  
<span class="f_SimpleListText">[[map_macro_to_button.html|Mapping a macro to a button or hot key]]</span><span class="f_SimpleList"> </span>
*[[using_macro_autorun.html|Using the Macro Autorun feature]]
 
*[[working_with_macro_variables.html|Working with macro variables]]  
<span class="f_SimpleListText">[[passing_arguments_to_macros.html|Passing a command argument to a macro]]</span><span class="f_SimpleList"> </span>
*[[working_with_macro_functions.html|Working with Client functions]]
 
<span class="f_SimpleListText">[[using_macro_console_cmdline.html|Using the macro console and command line]] </span>
 
<span class="f_SimpleListText">[[using_macro_autorun.html|Using the Macro Autorun feature]] </span>
 
<span class="f_SimpleListText">[[working_with_macro_variables.html|Working with macro variables]] </span>
 
<span class="f_SimpleListText">[[working_with_macro_functions.html|Working with Client functions]]</span>


[[Category:Debugger Home]]
[[Category:Debugger Home]]

Revision as of 02:03, 20 September 2022

A macro lets you execute one or more commands as a single unit of work to automate an often-repeated series of operations.  

Subsequent sections describe: