Do you have a limitation of how big the
package can be when debugging?
When I debug using following anonymous block, it
only loads portion of the package at the top of the package and does not show
any of the part that I am trying to debug.
After line 156, it shows
"+=+=+=EMPTY+=+=+=+=" and cannot see any code below this line. Please
see the screenshot.
How can I debug the code?
Thanks,
declare TYPE cursor_type
IS REF CURSOR;
outputData cursor_type;
begin
SYSTEM_CONFIG_PKG.get_upcoming_filing_deadline(outputData,NULL,NULL,NULL,NULL,2012);
end;
| Why do a donation? The development of such an applications requires an important amount of time and resources. Your continued donations will allow us to continue the development and maintenance. |
It looks like you're new here. If you want to get involved, click one of these buttons!