Debug Logs

You can output to a file a log of SQL statements and events by changing the line in the jde.ini file under [DEBUG] from Output = NONE to Output = FILE, as in the following sample. This is a useful debugging tool when you have narrowed a problem to a specific issue involving the JDEDB APIs.

[DEBUG]
TAMMULTIUSERON=0
Output=FILE
ServerLog=0
LEVEL=BSFN,EVENTS
DebugFile=c:\jdedebug.log
JobFile=c:\jde.log
Frequency=10000
RepTrace=0

You can set breakpoints and examine the code.