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

RUNDEBUG command line keyword

RUNDEBUG 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. Using RUNDEBUG to run a report in debug mode is not the same as debugging a report using the PL/SQL Interpreter.

RUNDEBUG checks for the following:

The executables that can use this keyword are:

rwbuilder yes
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter no

Syntax

RRUNDEBUG={YES|NO}

Values

Description

YES
{default}

Perform extra runtime error checking.

NO

Do not perform extra runtime error checking.

Usage note

See also

Command line keywords

Using the command line

Running a report from the command line