Macros menu options: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ <span class="f_Para">The </span><span class="term">Macros</span><span class="f_Para"> menu options are identified below. Macros are discussed in Using Debugger Macro...") |
No edit summary |
||
Line 11: | Line 11: | ||
|- | |- | ||
| <span class="f_DefListTerm">Edit Macro </span> | | <span class="f_DefListTerm">Edit Macro </span> | ||
| <span class="f_Para">Opens a file selection box for you to select a macro you want to modify. Opens the macro in the </span><span class="term">Notepad</span><span class="f_Para"> editor or an alternate editor [[ | | <span class="f_Para">Opens a file selection box for you to select a macro you want to modify. Opens the macro in the </span><span class="term">Notepad</span><span class="f_Para"> editor or an alternate editor [[Customize debuggerConfig file#Text file editor|specified in the Debugger configuration file]]. </span> | ||
|- | |- | ||
| <span class="f_DefListTerm">New Macro </span> | | <span class="f_DefListTerm">New Macro </span> | ||
| <span class="f_Para">Opens a file selection dialog for you to specify the name and location of a new macro you are creating. Once you name the macro, it is created and then opened for in the </span>< | | <span class="f_Para">Opens a file selection dialog for you to specify the name and location of a new macro you are creating. Once you name the macro, it is created and then opened for in the </span><var>Notepad</var><span class="f_Para"> editor or an alternate editor [[Customize debuggerConfig file#Text file editor|specified in the Debugger configuration file]]. </span> | ||
|- | |- | ||
| <span class="f_DefListTerm">Kill Running Macro</span> | | <span class="f_DefListTerm">Kill Running Macro</span> | ||
Line 24: | Line 24: | ||
| <span class="f_DefListTerm">Command Line </span> | | <span class="f_DefListTerm">Command Line </span> | ||
| | | | ||
<span class="f_Para">Invokes a dialog box for you to enter the name and any parameters of the macro (or command) you want to run. The macro you identify must be located </span><span class="f_ListContinue">in the same folder as the Debugger Client executable file or a work folder [[ | <span class="f_Para">Invokes a dialog box for you to enter the name and any parameters of the macro (or command) you want to run. The macro you identify must be located </span><span class="f_ListContinue">in the same folder as the Debugger Client executable file or a work folder [[Changing the location of Client work files|known]] to the Client.</span><span class="f_Para"> </span> | ||
<span class="f_DefListDD">Equivalent Client command is </span><span class="f_Monospace">[[openCommandLine command|openCommandLine]]</span><span class="f_Para">. </span> | <span class="f_DefListDD">Equivalent Client command is </span><span class="f_Monospace">[[openCommandLine command|openCommandLine]]</span><span class="f_Para">. </span> |
Revision as of 18:04, 30 December 2022
The Macros menu options are identified below. Macros are discussed in Using Debugger macros.
Run Macro | Opens a file selection dialog for you to select a macro you want to run. |
Edit Macro | Opens a file selection box for you to select a macro you want to modify. Opens the macro in the Notepad editor or an alternate editor specified in the Debugger configuration file. |
New Macro | Opens a file selection dialog for you to specify the name and location of a new macro you are creating. Once you name the macro, it is created and then opened for in the Notepad editor or an alternate editor specified in the Debugger configuration file. |
Kill Running Macro | Stops the execution of the macro that is running. This can be useful if a macro's execution spans more than one request. |
Console | Invokes a console window that displays information about the macros and commands you run. The console reports the starting and completing of the macro execution, as well as any error messages. |
Command Line |
Invokes a dialog box for you to enter the name and any parameters of the macro (or command) you want to run. The macro you identify must be located in the same folder as the Debugger Client executable file or a work folder known to the Client. Equivalent Client command is openCommandLine. |
Run | Displays the path to the macro file you last executed. Selecting this item executes the macro again. |
Edit | Displays the path to the macro file you last executed. Selecting this item opens the macro for editing in the Notepad text editor. |