Help command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">If specified without an argument, displays the Debugger's Help file. It may also be specified with...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="575px"| | ||
<span class="f_Para">If specified without an argument, displays the Debugger's Help file. It may also be specified with argument which indicates what type of help is desired.</span> | <span class="f_Para">If specified without an argument, displays the Debugger's Help file. It may also be specified with argument which indicates what type of help is desired.</span> | ||
'''Syntax:''' | '''Syntax:''' | ||
<p class="syntax"> | <p class="syntax"><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">help [</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-style: italic; font-weight: bold;">command|&&function</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">|connecting|ignoredFiles|list|preference|workers]</span><span class="f_Para" style="font-size: 13px;"> </span> | ||
<span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">help [</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-style: italic; font-weight: bold;">command|&&function</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">|connecting|ignoredFiles|list|preference|workers]</span><span class="f_Para" style="font-size: 13px;"> </span> | |||
</p> | </p> | ||
Line 14: | Line 13: | ||
<span class="f_Para">Where:</span> | <span class="f_Para">Where:</span> | ||
*<span style="font-style: italic;">[[Client Command Reference|command]]</span> displays a brief description of the specified command | |||
*<span style="font-style: italic;">[[Working with Client functions (Debugger)|&&function]]</span> displays a brief description of the specified function | |||
*[[TN3270 DEBUG WAIT|connecting]] displays information about [[TN3270 DEBUG WAIT|TN3270 DEBUG WAIT]] use and setup | |||
*<span style="font-style: italic;">[[ | *[[Customize debuggerConfig file#Basic configuration steps|ignoredFiles]] displays filtered file types; output example: | ||
*<span style="font-style: italic;">[[ | |||
*[[ | |||
*[[ | |||
<span style="font-family: 'Courier New',Courier,monospace;"> css,gif,htc,ico,jpeg,jpg,js,png,xml,xsl </span> | <span style="font-family: 'Courier New',Courier,monospace;"> css,gif,htc,ico,jpeg,jpg,js,png,xml,xsl </span> | ||
*<span style="font-weight: bold;">list</span> displays the topics available to the help command | *<span style="font-weight: bold;">list</span> displays the topics available to the help command | ||
*<span style="font-weight: bold;">preference</span> displays preferences available as arguments to [[ | *<span style="font-weight: bold;">preference</span> displays preferences available as arguments to [[SetPreference command|setPreference]] | ||
*<span style="font-weight: bold;">workers</span> displays workers defined for [[ | *<span style="font-weight: bold;">workers</span> displays workers defined for [[TN3270 DEBUG WAIT|TN3270 DEBUG WAIT]]; output is like: | ||
<span style="font-family: 'Courier New',Courier,monospace;"> default host: xxx.com port: 666 ...</span> | <span style="font-family: 'Courier New',Courier,monospace;"> default host: xxx.com port: 666 ...</span> |
Latest revision as of 21:23, 30 January 2023
Action: |
If specified without an argument, displays the Debugger's Help file. It may also be specified with argument which indicates what type of help is desired. Syntax: help [command|&&function|connecting|ignoredFiles|list|preference|workers]
Where:
css,gif,htc,ico,jpeg,jpg,js,png,xml,xsl
default host: xxx.com port: 666 ... |
Client menu: | Help |