File menu options: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<span class="f_Para">The </span><span class="term">File</span><span class="f_Para"> menu options are identified below: </span> | <span class="f_Para">The </span><span class="term">File</span><span class="f_Para"> menu options are identified below: </span> | ||
[[File:filemenu7a_zoom70.gif|313x289px|fileMenu7a]] | [[File:filemenu7a_zoom70.gif|313x289px|fileMenu7a]] | ||
<div style="text-align: left; text-indent: 0; padding: 0 0 0 0; margin: 10px 0 10px 0;"> | <div style="text-align: left; text-indent: 0; padding: 0 0 0 0; margin: 10px 0 10px 0;"> | ||
Line 25: | Line 25: | ||
* <span class="term">Break after READ SCREEN</span><span class="f_ListBul1"> </span> | * <span class="term">Break after READ SCREEN</span><span class="f_ListBul1"> </span> | ||
: Whether the TN3270 Debugger automatically breaks execution after READ SCREEN or READ MENU statements (see [[ | : Whether the TN3270 Debugger automatically breaks execution after READ SCREEN or READ MENU statements (see [[Breaking after READ SCREEN or READ MENU statements|Breaking at the end of READ SCREEN or READ MENU statements]]). | ||
* <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">[[ | <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 102: | Line 102: | ||
==== Web Server Selection: ==== | ==== Web Server Selection: ==== | ||
|* <span class="f_ListBul1">Which of the Onlines specified in the Client configuration file </span><var>(debuggerconfig.xml)</var><span class="f_ListBul1"> are to have their web requests debugged. For more information, see [[ | |* <span class="f_ListBul1">Which of the Onlines specified in the Client configuration file </span><var>(debuggerconfig.xml)</var><span class="f_ListBul1"> are to have their web requests debugged. For more information, see [[Debugging multiple Web Servers|Debugging multiple Web Servers]]. </span> | ||
|} | |} | ||
Line 116: | Line 116: | ||
==== Program Titles: ==== | ==== Program Titles: ==== | ||
|* <span class="term">3270 Emulator, Web Browser</span> | |* <span class="term">3270 Emulator, Web Browser</span> | ||
: Whether to bring to the top of the screen (when the Client pauses for user to provide input) the [[ | : Whether to bring to the top of the screen (when the Client pauses for user to provide input) the [[Breaking after READ SCREEN or READ MENU statements|3270]] or [[Debugging Web Server persistent sessions|browser]] window whose title is matched by the text specified in the corresponding box. | ||
|} | |} | ||
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> | ||
|} | |} | ||
Line 207: | Line 207: | ||
| | | | ||
=== Restart === | === Restart === | ||
| <span class="f_DefListDD">Restarts the Debugger Client. Same as the </span><span class="f_Monospace">[[restart command|restart]]</span><span class="f_DefListDD"> command. </span> | | <span class="f_DefListDD">Restarts the Debugger Client. Same as the </span><span class="f_Monospace">[[restart command (debugger)|restart]]</span><span class="f_DefListDD"> command. </span> | ||
|- | |- | ||
| | | |
Latest revision as of 22:14, 21 April 2023
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. |