As you prepare to work with the EGL debugger, consider these recommendations (most of which assume that sysVar.systemType is set to DEBUG when you are debugging the code):
if (systemType not debug) sysLib.commit(); end
If EGL programs are debugged on the J2EE server or by an EGL Listener, the server or EGL Listener must be configured to indicate the number for the EGL debugger port:
-Dcom.ibm.debug.egl.port=portNumber
Related tasks
Setting preferences for SQL database connections
Setting preferences for the EGL debugger
Setting the default build descriptors
Related reference
remoteComType in callLink element
sqlDB
sqlID
sqlJNDIName
sqlPassword
sysLib.getVAGSysType
sysVar.systemType
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.