Using Debugger Macros: Difference between revisions
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]] | |||
*[[passing_arguments_to_macros.html|Passing a command argument to a macro]] | |||
*[[using_macro_console_cmdline.html|Using the macro console and command line]] | |||
*[[using_macro_autorun.html|Using the Macro Autorun feature]] | |||
*[[working_with_macro_variables.html|Working with macro variables]] | |||
*[[working_with_macro_functions.html|Working with Client functions]] | |||
[[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: