Help command: Difference between revisions

From m204wiki
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="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|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|&amp;&amp;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|&amp;&amp;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 class="f_Para"> </span>
*<span style="font-style: italic;">[[Working with Client functions (Debugger)|&amp;&amp;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;">[[client_command_ref.html|command]]</span> displays a brief description of the specified command
*[[Customize debuggerConfig file#Basic configuration steps|ignoredFiles]] displays filtered file types; output example:  
*<span style="font-style: italic;">[[working_with_macro_functions.html|&amp;&amp;function]]</span> displays a brief description of the specified function
*[[tn3270_debug_wait.html|connecting]] displays information about [[tn3270_debug_wait.html|TN3270 DEBUG WAIT]] use and setup
*[[customize_debugger_cfg_file.html#filetype_filter|ignoredFiles]] displays filtered file types; output example:  


<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 [[setpreference_cmd.html|setPreference]]
*<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 [[tn3270_debug_wait.html|TN3270 DEBUG WAIT]]; output is like:
*<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

  • list displays the topics available to the help command
  • preference displays preferences available as arguments to setPreference
  • workers displays workers defined for TN3270 DEBUG WAIT; output is like:

     default host: xxx.com port: 666 ...

Client menu: Help