ZCsl& ZCsl::show( // show CSL internals
ZCsl::ShowMode aMode, // show what
long aDepth=99999999); // how much
Show internal information of CSL. Requires system library loaded.
Available information (ShowMode's):
| Mode |
Description |
| ZCsl::showFunctions |
Show all known functions |
| ZCsl::showCallStack |
Show call path with all functions. |
| ZCsl::showFullStack |
Show call path with all functions an all local variables |
| ZCsl::showGlobals |
Show globals and static identifiers of all files/modules |
| ZCsl::showLibraries |
Show all libraries loaded |
|