KCssShow

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
   Embedding CSS
   Writing Libraries
   API Reference
      KCssAddFunc
      KCssCall
      KCssClose
      KCssEnableTrace
      KCssGet
      KCssGetError
      KCssGetResult
      KCssIsTrace
      KCssLoadLibrary
      KCssLoadScriptFile
      KCssLoadScriptMem
      KCssOpen
      KCssSet
      KCssSetError
      KCssSetResult
      KCssShow
      KCssStartDate
      KCssStartTime
      KCssVarResize
      KCssVarSizeof
C++ API
CSS Links
  
long KCssAPI KCssShow(                   /* show internal informations */
   KCssHandle aHandle,                      /* CSS handle */
   long aMode,                              /* show mode */
   long aDepth                              /* how much, -1 = all */
);

Show internal information of CSS. Requires system library loaded.

Available information (mode's):

Mode Description
KCssShowFunctions Show all known functions
KCssShowCallStack Show call path with all functions.
KCssShowFullStack Show call path with all functions an all local variables
KCssShowGlobals Show globals and static identifiers of all files/modules
KCssShowLibraries Show all libraries loaded
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>