PL/SQL Developer debugging recursive calls

rodrigo

Member
PL/SQL Developer stopped working after the 8th recursive call in a PL/SQL block debugging Test Script window. The OS lost window control and I killed Oracle corresponding session and then the PL/SQL Developer task window. Is there any limitation in recursive calls while debugging? (When executed using Oracle WorkSheet the same PL/SQL block returned the wanted results...)
 
There is no limit in PL/SQL Developer for recursive calls, but maybe the Oracle Debug API on your Oracle Server version does have a problem with it. I can't reproduce the problem here though (on Oracle8 8.1.7).

Note that you can always execute a Test Script (F8) instead of starting the debugger (F9) in case of debugger stability issues.

------------------
Marco Kalter
Allround Automations
 
Back
Top