A utility to enable or disable additional debug output when loading a library or process.
rsldebug.exe [-node nodename] [ show | on | off ]
or
piperta rsldebug.rta [-node nodename] [ show | on | off ]
-node nodename
show
on
off
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
piperta rsldebug off
piperta rsldebug
The possible reasons for the failure are:
RslMain returned FALSE Additional messages may be emitted to give further details.