SIRIUS DEBUG, SIRDEBUG, or SIRIUSDEBUG command: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Starts and stops the [[Sirius Debugger]] (for debugging 3270, BATCH2, or other non-web | Starts and stops the [[Debugger|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. | 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 | Connects to a Debugger Client on a workstation, from where debugging is | ||
Line 19: | Line 19: | ||
debugging session. | debugging session. | ||
<li>The STATUS subcommand gets a status report about the worker threads for the | <li>The STATUS subcommand gets a status report about the worker threads for the | ||
[[Janus Debugger]], the ''Sirius Debugger''], or both. | [[Debugger|Janus Debugger]], the ''Sirius Debugger''], or both. | ||
</ul> | </ul> | ||
This command will perform no useful processing unless a site is authorized | This command will perform no useful processing unless a site is authorized | ||
for the ''Sirius Debugger'' (and for Janus Web threads, ''Janus Debugger''). | for the ''Sirius Debugger'' (and for Janus Web threads, ''Janus Debugger''). | ||
For more information, see the [ | For more information, see the [http://sirius-software.com/maint/download/jdebugr.pdf Janus/Sirius Debugger User's Guide]. | ||
[[Category: User commands]] | [[Category: User commands]] | ||
[[Category: Commands]] | [[Category: Commands]] |
Revision as of 23:05, 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.