RUNDEBUG
command line keywordRUNDEBUG
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:
Frames or repeating frames that overlap but do not enclose another object. This can lead to objects overwriting other objects in the output.
Layout objects with page-dependent references that do not have fixed sizing. Such objects will be fixed in size regardless of the Vertical Elasticity and Horizontal Elasticity property settings.
Bind variables referenced at the wrong frequency in PL/SQL.
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
RRUNDEBUG={YES|NO}
Values |
Description |
{default}
|
Perform extra runtime error checking. |
|
Do not perform extra runtime error checking. |
RUNDEBUG
can be used when
running JSP-based Web reports from the command line.Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.