INtime SDK Help
Enable/disable RSL debug output (rsldebug.exe/rsldebug.rta)
INtime SDK v7.2 > INtime Utilities > Advanced Configuration and Diagnostic Tools > Enable/disable RSL debug output (rsldebug.exe/rsldebug.rta)

A utility to enable or disable additional debug output when loading a library or process. 

Command line

rsldebug.exe [-node nodename] [ show | on | off ]

or

piperta rsldebug.rta [-node nodename] [ show | on | off ]
 

Available options

-node nodename
Supply a node name where the debug output is to be enabled
show
Display the current status of debug output
on
Enable RSL debug output
off
Disable RSL debug output

 

Notes

Occasionally an RSL may not get loaded. If the load operation did not fail with E_EXIST then it is likely that RslMain returned FALSE instead of TRUE when calling it will RSL_ATTACH_PROCESS when it is first loaded. If RslMain did not return FALSE then there are a few other points of failure. In order to diagnose this, debug output may be enabled.

piperta rsldebug on
This enables debug output from the RSL initialization sequence
piperta rsldebug off
This disables the debug output
piperta rsldebug
This shows whether debug is currently on or off.

The possible reasons for the failure are:

Additional messages may be emitted to give further details.