Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxEdmiTrace (traceFunction, traceCondition, maxTraceFileSize : INTEGER; traceFileName                                   : STRING)
              status                                          : INTEGER;
 
This function is equivalent to the EDMinterface function edmiTrace. See EDMassist Volume IV for an explanation of the options.
 

traceFunction

One of

  •  XPXDB_DEFINE,
  • XPXDB_START
  • XPXDB_CLOSE
  •  DBXPX_STOP

traceCondition

Sum of:

  • XPXDB_CALLS
  • XPXDB_ARGS
  • XPXDB_RETURNS
  • XPXDB_ERRORS
  • XPX_DBFILE
  • XPXDB_RINGFILE

maxTraceFileSize

Max size of the trace file in bytes. Applicable only when the XPXDB_RINGFILE is specified.

traceFilename

Name of the trace file.

  • No labels