long ZCslShow( /* show internal informations */
ZCslHandle aHandle, /* CSL handle */
long aMode, /* show mode */
long aDepth /* how much, -1 = all */
);
Show internal information of CSL. Requires system library loaded.
Available information (mode's):
| Mode |
Description |
| ZCslShowFunctions |
Show all known functions |
| ZCslShowCallStack |
Show call path with all functions. |
| ZCslShowFullStack |
Show call path with all functions an all local variables |
| ZCslShowGlobals |
Show globals and static identifiers of all files/modules |
| ZCslShowLibraries |
Show all libraries loaded |
|