Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: How To (Forms, Reports, and more) > Trace Debugger > Technical Documents

Debugging EEPs

Scroll Prev Top Next More

To execute your application until the point of a particular EEP, insert the command string SET TRACE ON as the first line of the EEP. This will cause the Trace Debugger to initialize when it hits the SET TRACE line in the EEP code. The Trace Debugger will continue to initialize whenever code is executed until TRACE is set off. To stop the Trace Debugger you can close the window, or use the following in a command file, or at the Trace Prompt: SET TRACE OFF