A script-enabled browser is required for this page to function properly.

Running a report in debug mode

To compile and run a report in debug mode:

  1. Choose Editright arrowPreferences.

  2. In the Preferences dialog box, on the Runtime Settings page, select Run Debug.  Click OK.

  3. Click the Run Paper Layout button in the toolbar to run the report.

To compile and run a report in debug mode from the command line:

Usage notes

Running a report in debug mode specifies that you want extra runtime checking for logical errors in the report. It checks for things that are not errors but might result in undesirable output, and displays these as warnings at runtime, before displaying the report output. Running a report in debug mode is not the same as debugging a report using the PL/SQL Interpreter.

See also

About the debugging process