DBE_PLDEBUGGER.info_locals
During debugging on the debug end, info_locals is invoked to print the variables in the current stored procedure. The input parameter frameno of this function indicates the stack layer to be traversed. This function can be invoked without input parameters. By default, the top-layer stack variable is queried.
Table 1 info_locals input parameters and return values
Name of the package corresponding to the variable. If the variable is not a package, the value is null. | ||
Feedback