SIRIUS DEBUG, SIRDEBUG, or SIRIUSDEBUG command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
Where:
Where:
<ul>
<ul>
<li>The ON subcommand starts a <var class="product">Sirius Debugger</var> session (it requires additional
<li>The <var>ON</var> subcommand starts a <var class="product">Sirius Debugger</var> session (it requires additional
parameters).
parameters).
It can also be used for debugging <var class="product">Janus Web Server</var> threads.
It can also be used for debugging <var class="product">Janus Web Server</var> threads.
<li>The OFF subcommand stops a debugging session.
<li>The <var>OFF</var> subcommand stops a debugging session.
<li>The SUSPEND and RESUME subcommands discontinue and continue a
<li>The <var>SUSPEND</var> and <var>RESUME</var> subcommands discontinue and continue a
debugging session.
debugging session.
<li>The STATUS subcommand gets a status report about the worker threads for the
<li>The <var>STATUS</var> subcommand gets a status report about the worker threads for the
<var class="product">[[Debugger|Janus Debugger]]</var>, the <var class="product">Sirius Debugger</var>, or both.
<var class="product">[[Debugger|Janus Debugger]]</var>, the <var class="product">Sirius Debugger</var>, or both.
</ul>
</ul>

Revision as of 23:44, 7 June 2011

Starts and stops the Sirius Debugger (for debugging 3270, BATCH2, or other non-web applications), and can also be used for debugging programs served by Janus Web Server threads. Connects to a Debugger Client on a workstation, from where debugging is orchestrated via the Client GUI.

The commands SIRIUSDEBUG, SIRDEBUG, and SIRIUS DEBUG are interchangeable. The general form of the command is:

SIRIUSDEBUG command syntax

  SIRIUSDEBUG { [ON|OFF] [SUSPEND|RESUME] [STATUS] }

Where:

  • The ON subcommand starts a Sirius Debugger session (it requires additional parameters). It can also be used for debugging Janus Web Server threads.
  • The OFF subcommand stops a debugging session.
  • The SUSPEND and RESUME subcommands discontinue and continue a debugging session.
  • The STATUS subcommand gets a status report about the worker threads for the Janus Debugger, the Sirius Debugger, or both.

This command will perform no useful processing unless a site is authorized for the Sirius Debugger (and for Janus Web threads, Janus Debugger). For more information, see the Janus/Sirius Debugger User's Guide.