plsql debugger

Gri

Member
Hello everyone,
while i'm running a package procedure under debug mode,the debugger somtimes enter into "if" lines where he should not enter according to the conditionns in the "if" line.
Althouth he enter,he does not changes the values under the if as he did not insert,
and that's confusing.
 
This is a known Oracle Server bug (bug# 2276832). For if-then-else constructs it sometimes reports incorrect execution line numbers. The actual execution is okay though, but it is indeed confusing.

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