sysShow

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
   sysCommand
   sysDate
   sysDirectory
   sysElapsed
   sysEnvVar
   sysLoadScript
   sysLoadLibrary
   sysLog
   sysLogFile
   sysLogLevel
   sysProfile
   sysPrompt
   sysSleep
   sysShow
   sysStartDate
   sysStartTime
   sysSystemProfile
   sysTime
   sysTrace
   sysUserProfile
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  
sysShow(
  const mode,     // what to show
  [const depth])  // how much

Shows internal CSS information depending on the mode selected:

Mode Description
sysShowFunctions Show all functions currently loaded by CSS
sysShowCallStack Show track of all functions currently open
sysShowFullStack As sysShowCallStack, additionally show all local vars/consts of the functions.
sysShowGlobals Show all public globals and all static globals of all modules loaded.
sysShowLibraries Show all libraries currently loaded

Example:

sysShow(sysShowFunctions);
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>