ZCslShow

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
   Embedding CSL
   Writing libraries
   API reference
      ZCslAddFunc
      ZCslAddVar
      ZCslCall
      ZCslCallEx
      ZCslClose
      ZCslGet
      ZCslGetError
      ZCslGetResult
      ZCslLoadLibrary
      ZCslLoadScriptFile
      ZCslLoadScriptMem
      ZCslOpen
      ZCslSet
      ZCslSetError
      ZCslSetResult
      ZCslSetTraceMode
      ZCslShow
      ZCslStartDateTime
      ZCslTrace
      ZCslTraceMode
      ZCslVarExists
      ZCslVarResize
      ZCslVarSizeof
C++ Class Interface
CSL links
  
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

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>