Using Debugger Macros: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
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]]
*[[Creating and running a macro|Creating and running a macro]]
*[[map_macro_to_button.html|Mapping a macro to a button or hot key]]
*[[Mapping a macro to a button or hot key|Mapping a macro to a button or hot key]]
*[[passing_arguments_to_macros.html|Passing a command argument to a macro]]
*[[Passing a command argument to a macro|Passing a command argument to a macro]]
*[[using_macro_console_cmdline.html|Using the macro console and command line]]  
*[[Using the macro console and command line|Using the macro console and command line]]  
*[[using_macro_autorun.html|Using the Macro Autorun feature]]
*[[Using the Macro Autorun feature|Using the Macro Autorun feature]]
*[[working_with_macro_variables.html|Working with macro variables]]  
*[[Working with macro variables|Working with macro variables]]  
*[[working_with_macro_functions.html|Working with Client functions]]
*[[Working with Client functions|Working with Client functions]]


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

Revision as of 17:06, 23 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: