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 difference)

Revision as of 14:18, 19 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:

 

Creating and running a macro

Mapping a macro to a button or hot key

Passing a command argument to a macro

Using the macro console and command line

Using the Macro Autorun feature

Working with macro variables

Working with Client functions