File menu options: Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
* <span class="term">Source Preview</span><span class="f_ListBul1"> </span> | * <span class="term">Source Preview</span><span class="f_ListBul1"> </span> | ||
: Whether the Client should initially display only a [[ | : Whether the Client should initially display only a [[Previewing program code|preview]] of the entire source code program (for programs with at least 1000 lines, by default). | ||
* <span class="term">Macro Autorun</span> | * <span class="term">Macro Autorun</span> | ||
: Whether an include of a procedure from command level will [[ | : Whether an include of a procedure from command level will [[Using the Macro Autorun feature|automatically invoke a macro]] whose name matches the name of the included procedure. | ||
*<span class="term">Windows When Suspended</span><span class="f_ListBul2"> </span> | *<span class="term">Windows When Suspended</span><span class="f_ListBul2"> </span> | ||
<span class="f_ListBul1"> Displays the </span><span class="f_ListBul2">[[Breaking after READ SCREEN or READ MENU statements|3270 Emulator window]] or [[ | <span class="f_ListBul1"> Displays the </span><span class="f_ListBul2">[[Breaking after READ SCREEN or READ MENU statements|3270 Emulator window]] or [[Debugging Web Server persistent sessions#$WEB_FORM_DONE sessions |browser window]] for code not being debugged</span><span class="f_ListContinue"> </span> | ||
|} | |} | ||
Line 165: | Line 165: | ||
==== Main Window Options ==== | ==== Main Window Options ==== | ||
|* <span class="term">Hide Lower Section</span><span class="f_ListBul1"> </span> | |* <span class="term">Hide Lower Section</span><span class="f_ListBul1"> </span> | ||
: Whether to hide the lower section of the main window (everything below the [[ | : Whether to hide the lower section of the main window (everything below the [[The tabbed pages|tabs]]). This is useful in a multiple monitor environment where the </span><span class="term">Audit Trail</span><span class="f_ListContinue"> and </span><span class="term">Watch Window</span><span class="f_ListContinue"> are in separate windows on another monitor. </span> | ||
: Same as the <span class="f_Monospace">[[hideLower command|hideLower]]</span><span class="f_ListContinue"> command. </span> | : Same as the <span class="f_Monospace">[[hideLower command|hideLower]]</span><span class="f_ListContinue"> command. </span> | ||
|} | |} |
Revision as of 17:58, 30 December 2022
The File menu options are identified below:
Preferences |
Also accessible (by default) by using the CTRL-P keyboard shortcut, this option opens a dialog box that lets you control certain Debugger Client operating options:
| ||||||||
Color Preferences |
Lets you change the color of text and highlighting in the various Client windows and pages. | ||||||||
Edit White List |
Lets you create or edit an existing whitelist.txt file. This file contains a list of the Model 204 procedures that you want to debug. When white listing is activated and the Debugger runs your source code, it filters procedures automatically, stopping to interactively debug only the requests that are on the white list. Other procedures execute normally, but they are not interactively debugged. | ||||||||
Edit Black List |
Lets you create or edit an existing blacklist.txt file. This file contains a list of the Model 204 procedures that you want 'not' to debug. When black listing is activated and the Debugger runs your source code, it filters procedures automatically, stopping to interactively debug only the requests that are not on the black list. Other procedures execute normally, but they are not interactively debugged. | ||||||||
Edit ui.xml |
Lets you create or edit an existing ui.xml file. This file specifies modifications to the Client's default operational buttons and keyboard shortcuts. You can set the buttons to perform actions (commands), or you can set hot keys to commands. | ||||||||
Edit uimore.xml |
Lets you create or edit an existing uimore.xml file. This file provides the same kind of functionality as, but entirely overrides the ui.xml file. | ||||||||
Edit debuggerConfig.xml |
Opens the debuggerConfig.xml file for viewing and editing its elements (which define Online connection parameters, filetype filtering, and local editors, among other things). | ||||||||
Restart |
Restarts the Debugger Client. Same as the restart command. | ||||||||
Restart with Default Window Size |
Restarts the Debugger Client with the default size (as when initially installed) for the main window instead of the size at last exit. Same as the [restartDefault command|restartDefault]] command. | ||||||||
Exit |
Does no further processing and immediately closes the Client. |