JANUS DISPLAYTRACE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
<p class="syntax"> JANUS DISPLAYTRACE [portname]</p>
<p class="syntax"> JANUS DISPLAYTRACE [portname]</p>


 
Where:
Where


<var class="term">portname</var> is the name of the port(s) for which to display trace settings. If portname is
<var class="term">portname</var> is the name of the port(s) for which to display trace settings. If portname is
not specified, the trace settings for all Janus ports are displayed.
not specified, the trace settings for all Janus ports are displayed.


<var>DISTRACE</var> can be used as a synonym for <var>DISPLAYTRACE</var>.  
==Usage notes==
<ul>
<li><var>DISTRACE</var> can be used as a synonym for <var>DISPLAYTRACE</var>.  


The output from the <var>DISPLAYTRACE</var> command includes one line that begins with an asterisk (<code>*</code>) and shows the <var>TRACE</var> setting from the port definition, followed by a line showing each <var>[[JANUS TRACE]]</var> command currently in effect for the port.
<li>The output from the <var>DISPLAYTRACE</var> command includes one line that begins with an asterisk (<code>*</code>) and shows the <var>TRACE</var> setting from the port definition, followed by a line showing each <var>[[JANUS TRACE]]</var> command currently in effect for the port.
</ul>


The <var>DISPLAYTRACE</var> command was introduced in version 6.0 of the <var class="product">Sirius Mods</var>. Before that, the <var>JANUS DISPLAYDEBUG</var> command performed the operations described for the <var>JANUS DISPLAYTRACE</var> command. As of version 6.5, the <var>JANUS DISPLAYDEBUG</var> command is no longer available.
==See also==
<ul>
<li>[[List_of_Janus_commands|Janus command list]]
</ul>


See: [[List_of_Janus_commands|Janus command list]]
[[Category:Janus commands|JANUS DISPLAYTRACE]]
[[Category:Janus commands|JANUS DISPLAYTRACE]]

Latest revision as of 17:53, 16 April 2013

Display TRACE settings for port

This displays the trace settings for the named port(s).

Syntax

JANUS DISPLAYTRACE [portname]

Where:

portname is the name of the port(s) for which to display trace settings. If portname is not specified, the trace settings for all Janus ports are displayed.

Usage notes

  • DISTRACE can be used as a synonym for DISPLAYTRACE.
  • The output from the DISPLAYTRACE command includes one line that begins with an asterisk (*) and shows the TRACE setting from the port definition, followed by a line showing each JANUS TRACE command currently in effect for the port.

See also