FAQ: If-then-else execution seems wrong in the debugger

faq

Member²
Sometimes, when the debugger encounters an if-then-else statement, it seems to step through lines that are not actually executed.
 
This is a known Oracle Server bug (bug# 2276832). For if-then-else statements the Oracle Debug API sometimes reports incorrect execution line numbers. The actual execution is okay though, but it is confusing.
 
Back
Top