File menu options: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ <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|...")
 
No edit summary
Line 8: Line 8:
{|
{|
|width="25%"|  
|width="25%"|  
''' Preferences '''
=== Preferences ===
|width="75%"|
|width="75%"|
<span class="f_DefListDD">Also accessible (by [[default_buttons_keys.html|default]]) by using the CTRL-P keyboard shortcut, this option opens a [[preferences command|dialog box]] that lets you control certain Debugger Client operating options:</span>
<span class="f_DefListDD">Also accessible (by [[Default settings of buttons and hot keys|default]]) by using the CTRL-P keyboard shortcut, this option opens a [[preferences command|dialog box]] that lets you control certain Debugger Client operating options:</span>


<div style="text-align: left; text-indent: 0; page-break-after: avoid; padding: 0 0 0 0; margin: 10px 0 10px 0;">
<div style="text-align: left; text-indent: 0; page-break-after: avoid; padding: 0 0 0 0; margin: 10px 0 10px 0;">


{|class="mw-collapsible"
{|class="mw-collapsible"
|+ '''Execution Options''':
|+  
==== Execution Options ====
:
|* <span class="term">Pause at end of evaluation</span>
|* <span class="term">Pause at end of evaluation</span>
: Whether to [[suppress_break_eval.html|pause at the end of the evaluation of a request]] (to review program data as it is at the end of request processing) before sending any contents of the [[viewing_the_web_output_buffer.html|web output buffer]] or any 3270/Batch2 terminal output.  </span>
: Whether to [[Suppressing the break at the end of request evaluation|pause at the end of the evaluation of a request]] (to review program data as it is at the end of request processing) before sending any contents of the [[Viewing the web output buffer|web output buffer]] or any 3270/Batch2 terminal output.  </span>


* <span class="term">Run Until spans debug sessions</span><span class="f_ListBul1"> </span>
* <span class="term">Run Until spans debug sessions</span><span class="f_ListBul1"> </span>
: Whether Client [[running_to_specific_procedure.html|&quot;Run Until&quot; processing]] should continue searching until it finds a specified procedure, even if the  program contains HTML frames, the debugging session is interrupted by a loss of the connection to the Model 204 Online, or the TN3270 Debugger is toggled off and on again.  
: Whether Client [[Running to a specific procedure|&quot;Run Until&quot; processing]] should continue searching until it finds a specified procedure, even if the  program contains HTML frames, the debugging session is interrupted by a loss of the connection to the Model 204 Online, or the TN3270 Debugger is toggled off and on again.  


* <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>
Line 45: Line 47:


{| class="mw-collapsible"
{| class="mw-collapsible"
|+ '''IE Options:'''
|+  
==== IE Options: ====
|*IE Mode
|*IE Mode
: Whether the Client should automatically configure and maintain [[configure_test_browser.html#auto_maint|proxy server settings]] for the Internet Explorer, and whether the proxy is for all host URLs or only for a [[configure_test_browser.html#pacfile|specified few.]]
: Whether the Client should automatically configure and maintain [[Configure web browser (Janus Debugger only)#auto_maint|proxy server settings]] for the Internet Explorer, and whether the proxy is for all host URLs or only for a [[Configure web browser (Janus Debugger only)#pacfile|specified few.]]
: Same as the <var>[[setIEMode command|setIEMode]]</var> command.  
: Same as the <var>[[setIEMode command|setIEMode]]</var> command.  


* <span class="term">Clear proxy override</span>
* <span class="term">Clear proxy override</span>
: Whether the Client's browser maintenance should clear and preserve any exception URLs [[configure_test_browser.html#bypass_proxy_server|designated in Internet Explorer]] to bypass the Client as proxy server.  
: Whether the Client's browser maintenance should clear and preserve any exception URLs [[Configure web browser (Janus Debugger only)#bypass_proxy_server|designated in Internet Explorer]] to bypass the Client as proxy server.  


* <span class="term">Use existing proxy on not debugged URLs</span><span class="f_ListBul1"> </span>
* <span class="term">Use existing proxy on not debugged URLs</span><span class="f_ListBul1"> </span>
: Whether the Client should [[configure_test_browser.html#use_existing_proxy|reroute exception URLs]] (designated in Internet Explorer to bypass the proxy server) to a preexisting proxy server rather than directly to the Internet.  
: Whether the Client should [[Configure web browser (Janus Debugger only)#use_existing_proxy|reroute exception URLs]] (designated in Internet Explorer to bypass the proxy server) to a preexisting proxy server rather than directly to the Internet.  
|}
|}


Line 66: Line 69:


{| class="mw-collapsible"
{| class="mw-collapsible"
|+ '''Display Options:'''
|+  
==== Display Options: ====
|* <span class="term">Show at most &lt;x&gt; list items</span><span class="f_ListBul1"> </span>
|* <span class="term">Show at most &lt;x&gt; list items</span><span class="f_ListBul1"> </span>
: What the display maximum is for the number of $list, Stringlist, or Arraylist object items whose values you can [[displaying_lists.html|view in a separate Value window]].  
: What the display maximum is for the number of $list, Stringlist, or Arraylist object items whose values you can [[Displaying $lists, Stringlists, and Arraylists|view in a separate Value window]].  


* <span class="term">Restore watches on startup</span><
* <span class="term">Restore watches on startup</span><
Line 74: Line 78:


* <span class="term">Trim blanks from selection in View Text</span>
* <span class="term">Trim blanks from selection in View Text</span>
: Whether leading and trailing blanks should be trimmed from selections you copy to the [[copying_printing_saving_text.html|Text Viewer]].
: Whether leading and trailing blanks should be trimmed from selections you copy to the [[Copying, printing, or saving text|Text Viewer]].


* <span class="term">History to Execution Trace</span>
* <span class="term">History to Execution Trace</span>
: Whether [[display_stmt_history.html|execution history]] data should display in the Execution Trace page instead of a separate window.  
: Whether [[Displaying a statement history|execution history]] data should display in the Execution Trace page instead of a separate window.  


* <span class="term">Show long watch values in a Tooltip</span>
* <span class="term">Show long watch values in a Tooltip</span>


Whether to display in a tooltip box <span class="f_ListContinue">[[add_item_to_watch_window.html#view_long_items|Watch Window items]] that are too wide to fit within the Watch Window. </span>
Whether to display in a tooltip box <span class="f_ListContinue">[[Add item to watch window#Viewing long items|Watch Window items]] that are too wide to fit within the Watch Window. </span>


* <span class="term">Use !debugger directives</span><span class="f_ListBul1"> </span>
* <span class="term">Use !debugger directives</span><span class="f_ListBul1"> </span>
: Whether to enable [[selectively_excluding_source.html|Debugger directives]], which let you exclude designated source code from the debugging session. </span>
: Whether to enable [[Selectively excluding source code blocks|Debugger directives]], which let you exclude designated source code from the debugging session. </span>
|}
|}


Line 95: Line 99:


{| class="mw-collapsible"
{| class="mw-collapsible"
|+ '''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 [[debugging_multiple_web_servers.html|Debugging multiple Web Servers]].  </span>
|* <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.html|Debugging multiple Web Servers]].  </span>
|}
|}
Line 107: Line 113:


{| class="mw-collapsible"
{| class="mw-collapsible"
|+ '''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 [[break_after_read_screen.html|3270]] or [[debug_web_persistent.html|browser]] window whose title is matched by the text specified in the corresponding box.
: Whether to bring to the top of the screen (when the Client pauses for user to provide input) the [[break_after_read_screen.html|3270]] or [[debug_web_persistent.html|browser]] window whose title is matched by the text specified in the corresponding box.
Line 121: Line 128:


{|class="mw-collapsible"
{|class="mw-collapsible"
|+ '''Open at Startup:'''
|+  
|* <span class="f_ListBul1">The main button bar [[review_common_buttons.html#launch_ext_but_bar|in an external window]]. </span>
==== Open at Startup: ====
* <span class="f_ListBul1">An [[review_common_buttons.html#launch_second_bar|extra button bar]]. </span>
|* <span class="f_ListBul1">The main button bar [[Button Bar#Launching an external button bar|in an external window]]. </span>
* <span class="f_ListBul1">An [[Button Bar#Launching a second button bar|extra button bar]]. </span>
* <span class="f_ListBul1">The </span><span class="term">Watch Window,</span><span class="f_ListBul1"> or the </span><span class="term">Audit Trail</span><span class="f_ListBul1">, </span><span class="term">Web Buffer</span><span class="f_ListBul1"> or </span><span class="term">Execution Trace</span><span class="f_ListBul1"> page, or a combination of these, [[Opening an external window#Opening the Client and external window(s) simultaneously|opened in external windows]]. </span>
* <span class="f_ListBul1">The </span><span class="term">Watch Window,</span><span class="f_ListBul1"> or the </span><span class="term">Audit Trail</span><span class="f_ListBul1">, </span><span class="term">Web Buffer</span><span class="f_ListBul1"> or </span><span class="term">Execution Trace</span><span class="f_ListBul1"> page, or a combination of these, [[Opening an external window#Opening the Client and external window(s) simultaneously|opened in external windows]]. </span>
|}
|}


</div>
</div>
Line 136: Line 143:


{|class="mw-collapsible"
{|class="mw-collapsible"
|+ '''Main Button Bar:'''
|+  
==== Main Button Bar: ====
|* <span class="term">Top</span><span class="f_ListBul1">, </span><span class="term">Center</span><span class="f_ListBul1">, or </span><span class="term">Bottom</span><span class="f_ListBul1"> </span>
|* <span class="term">Top</span><span class="f_ListBul1">, </span><span class="term">Center</span><span class="f_ListBul1">, or </span><span class="term">Bottom</span><span class="f_ListBul1"> </span>
: Whether to <span class="f_ListBul2">[[review_common_buttons.html#position_main_button_bar|change the position]] </span><span class="f_ListContinue">of the main (non-external) button bar from its default (</span><span class="term">Top</span><span class="f_ListContinue">), above the main window) to either just below the main window (</span><span class="term">Center)</span><span class="f_ListContinue">, or to the very bottom of the Client window (</span><span class="term">Bottom</span><span class="f_ListContinue">). </span>
: Whether to <span class="f_ListBul2">[[Button Bar#Positioning the button bar within the Client window|change the position]] </span><span class="f_ListContinue">of the main (non-external) button bar from its default (</span><span class="term">Top</span><span class="f_ListContinue">), above the main window) to either just below the main window (</span><span class="term">Center)</span><span class="f_ListContinue">, or to the very bottom of the Client window (</span><span class="term">Bottom</span><span class="f_ListContinue">). </span>


* <span class="term">Extra Buttons</span>
* <span class="term">Extra Buttons</span>
: Whether [[review_common_buttons.html#launch_second_bar|extra buttons]] defined in the <span class="f_Monospace">ui.xml</span> file should be added to the display of the main button bar (wherever it is located). If the checkbox is cleared, they display in a separate external window when invoked by menu or command.  
: Whether [[Button Bar#Launching a second button bar|extra buttons]] defined in the <span class="f_Monospace">ui.xml</span> file should be added to the display of the main button bar (wherever it is located). If the checkbox is cleared, they display in a separate external window when invoked by menu or command.  
: Same as the </span><span class="f_Monospace">[[extraButtonBar command|extraButtonBar]]</span><span class="f_ListContinue"> command with the argument </span><span class="f_Monospace">main</span><span class="f_ListContinue">.  
: Same as the </span><span class="f_Monospace">[[extraButtonBar command|extraButtonBar]]</span><span class="f_ListContinue"> command with the argument </span><span class="f_Monospace">main</span><span class="f_ListContinue">.  
|}
|}
Line 154: Line 162:


{|class="mw-collapsible"
{|class="mw-collapsible"
|+ '''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 [[tour_tabbed_pages.html|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>
: Whether to hide the lower section of the main window (everything below the [[tour_tabbed_pages.html|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>
Line 166: Line 175:
</div>
</div>
|-
|-
| ''' Color Preferences '''
|  
| <span class="f_DefListDD">Lets you [[changing_colors.html|change the color]] of text and highlighting in the various Client windows and pages. </span>
=== Color Preferences ===
| <span class="f_DefListDD">Lets you [[Changing the colors in Client displays|change the color]] of text and highlighting in the various Client windows and pages. </span>
|-
|-
| ''' Edit White List '''
|  
=== Edit White List ===
|
|
<span class="f_DefListDD">Lets you create or edit an existing </span><var>whitelist.txt</var><span class="f_DefListDD"> file. This file contains a list of the </span><span class="f_Product">Model 204</span><span class="f_DefListDD"> procedures that you want to debug. </span>
<span class="f_DefListDD">Lets you create or edit an existing </span>''whitelist.txt''<span class="f_DefListDD"> file. This file contains a list of the </span><var>Model 204</var><span class="f_DefListDD"> procedures that you want to debug. </span>


<span class="f_DefListDD">When [[run_only_to_listed_procs.html|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. </span>
<span class="f_DefListDD">When [[Running only to listed procedures|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. </span>
|-
|-
| ''' Edit Black List '''
|  
=== Edit Black List ===
|
|
<span class="f_DefListDD">Lets you create or edit an existing </span><span class="f_Monospace">blacklist.txt</span><span class="f_DefListDD"> file. This file contains a list of the </span><span class="f_Product">Model 204</span><span class="f_DefListDD"> procedures that you want </span>''''not''''<span class="f_DefListDD"> to debug. </span>
<span class="f_DefListDD">Lets you create or edit an existing </span><span class="term">blacklist.txt</span><span class="f_DefListDD"> file. This file contains a list of the </span><var>Model 204</var><span class="f_DefListDD"> procedures that you want </span>''''not''''<span class="f_DefListDD"> to debug. </span>


<span class="f_DefListDD">When [[run_only_to_listed_procs.html|black listing]] is activated and the Debugger runs your source code, it filters procedures automatically, stopping to interactively debug only the requests that are </span>'''not'''<span class="f_DefListDD"> on the black list. Other procedures execute normally, but they are not interactively debugged. </span>
<span class="f_DefListDD">When [[Running only to listed procedures|black listing]] is activated and the Debugger runs your source code, it filters procedures automatically, stopping to interactively debug only the requests that are </span>'''not'''<span class="f_DefListDD"> on the black list. Other procedures execute normally, but they are not interactively debugged. </span>
|-
|-
| ''' Edit ui.xml '''
|  
=== Edit ui.xml ===
| <span class="f_DefListDD">Lets you create or edit an existing [[Setting up the ui.xml file|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.  </span>
| <span class="f_DefListDD">Lets you create or edit an existing [[Setting up the ui.xml file|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.  </span>
|-
|-
| <span id="uimore.xml" class="hmanchor"></span><span class="f_DefListTerm">''''Edit uimore.xml'''' </span>
|  
| <span class="f_DefListDD">Lets you create or edit an existing [[Setting up the ui.xml file#Overriding the ui.xml file|uimore.xml file]]. This file provides the same kind of functionality as, but entirely overrides the </span><span class="f_Monospace">ui.xml</span><span class="f_DefListDD"> file. </span>
=== Edit uimore.xml ===
| <span class="f_DefListDD">Lets you create or edit an existing [[Setting up the ui.xml file#Overriding the ui.xml file|uimore.xml file]]. This file provides the same kind of functionality as, but entirely overrides the </span><span class="term">ui.xml</span><span class="f_DefListDD"> file. </span>
|-
|-
| ''' Edit debuggerConfig.xml '''
|  
| <span class="f_DefListDD">Opens the [[customize_debugger_cfg_file.html|debuggerConfig.xml]] file for viewing and editing its elements (which define Online connection parameters, filetype filtering, and local editors, among other things).</span><span style="font-family: Helvetica,'Helvetica Light',Roboto,Arial,sans-serif;"> </span>
=== Edit debuggerConfig.xml ===
| <span class="f_DefListDD">Opens the [[Customize debuggerConfig file|debuggerConfig.xml]] file for viewing and editing its elements (which define Online connection parameters, filetype filtering, and local editors, among other things).</span><span style="font-family: Helvetica,'Helvetica Light',Roboto,Arial,sans-serif;"> </span>
|-
|-
| <span id="restart_option" class="hmanchor"></span><span class="f_DefListTerm">''''Restart'''' </span>
|  
=== 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|restart]]</span><span class="f_DefListDD"> command. </span>
|-
|-
| ''' Restart with Default Window Size '''
|  
=== Restart with Default Window Size ===
|
|
<span class="f_Para">Restarts the Debugger Client with the default size (as when initially installed) for the main window instead of the size at</span><span class="f_DefListDD"> last exit. </span>
<span class="f_Para">Restarts the Debugger Client with the default size (as when initially installed) for the main window instead of the size at</span><span class="f_DefListDD"> last exit. </span>
Line 199: Line 217:
<span class="f_DefListDD">Same as the </span><span class="f_Monospace">[restartDefault command|restartDefault]]</span><span class="f_DefListDD"> command. </span>
<span class="f_DefListDD">Same as the </span><span class="f_Monospace">[restartDefault command|restartDefault]]</span><span class="f_DefListDD"> command. </span>
|-
|-
| ''' Exit '''
|  
=== Exit ===
| <span class="f_DefListDD">Does no further processing and immediately closes the Client. </span>
| <span class="f_DefListDD">Does no further processing and immediately closes the Client. </span>
|}
|}


[[Category:Debugger Home]]
[[Category:Debugger Home]]

Revision as of 03:54, 14 November 2022

The File menu options are identified below:

fileMenu7a

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:

Execution Options

* Pause at end of evaluation
Whether to pause at the end of the evaluation of a request (to review program data as it is at the end of request processing) before sending any contents of the web output buffer or any 3270/Batch2 terminal output.  
  • Run Until spans debug sessions
Whether Client "Run Until" processing should continue searching until it finds a specified procedure, even if the  program contains HTML frames, the debugging session is interrupted by a loss of the connection to the Model 204 Online, or the TN3270 Debugger is toggled off and on again.
  • Break after READ SCREEN
Whether the TN3270 Debugger automatically breaks execution after READ SCREEN or READ MENU statements (see Breaking at the end of READ SCREEN or READ MENU statements).
  • Source Preview
Whether the Client should initially display only a preview of the entire source code program (for programs with at least 1000 lines, by default).
  • Macro Autorun
Whether an include of a procedure from command level will automatically invoke a macro whose name matches the name of the included procedure.
  • Windows When Suspended

Displays the 3270 Emulator window or browser window for code not being debugged


IE Options:

*IE Mode
Whether the Client should automatically configure and maintain proxy server settings for the Internet Explorer, and whether the proxy is for all host URLs or only for a specified few.
Same as the setIEMode command.
  • Clear proxy override
Whether the Client's browser maintenance should clear and preserve any exception URLs designated in Internet Explorer to bypass the Client as proxy server.
  • Use existing proxy on not debugged URLs
Whether the Client should reroute exception URLs (designated in Internet Explorer to bypass the proxy server) to a preexisting proxy server rather than directly to the Internet.


Display Options:

* Show at most <x> list items
What the display maximum is for the number of $list, Stringlist, or Arraylist object items whose values you can view in a separate Value window.
  • Restore watches on startup<
Whether to restore this session's remaining Watch Window contents when the Client starts its next session.
  • Trim blanks from selection in View Text
Whether leading and trailing blanks should be trimmed from selections you copy to the Text Viewer.
  • History to Execution Trace
Whether execution history data should display in the Execution Trace page instead of a separate window.
  • Show long watch values in a Tooltip

Whether to display in a tooltip box Watch Window items that are too wide to fit within the Watch Window.

  • Use !debugger directives
Whether to enable Debugger directives, which let you exclude designated source code from the debugging session.


Web Server Selection:

* Which of the Onlines specified in the Client configuration file (debuggerconfig.xml) are to have their web requests debugged. For more information, see Debugging multiple Web Servers.  


Program Titles:

* 3270 Emulator, Web Browser
Whether to bring to the top of the screen (when the Client pauses for user to provide input) the 3270 or browser window whose title is matched by the text specified in the corresponding box.


Open at Startup:

* The main button bar in an external window.

Main Button Bar:

* Top, Center, or Bottom
Whether to change the position of the main (non-external) button bar from its default (Top), above the main window) to either just below the main window (Center), or to the very bottom of the Client window (Bottom).
  • Extra Buttons
Whether extra buttons defined in the ui.xml file should be added to the display of the main button bar (wherever it is located). If the checkbox is cleared, they display in a separate external window when invoked by menu or command.
Same as the extraButtonBar command with the argument main.


Main Window Options

* Hide Lower Section
Whether to hide the lower section of the main window (everything below the tabs). This is useful in a multiple monitor environment where the Audit Trail and Watch Window are in separate windows on another monitor.
Same as the hideLower command.


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.