Guest
Hi
I am trying out the trial version and would
buy it if I am satisfied with the product.
I was tryign to step through some code,
when I noticed that it was stepping through
both the IF and the ELSIF part
IF( ... ) THEN
statement 1;
ELSIF ( ...) THEN
statment 2;
END IF;
It is stepping through both the above statements.
I put dbms_output and confirmed that only
one of the statements is getting executed
(just being paranoid.)
So, is the source code out of sync with the
code I see. I have the program window
opened for the pl/sql file and compiled it
from plsql dev.
I have selected the option to have debug
information when compiling.. Please let me know
if this is a bug (a serious one, IMHO, if so)
or if I am missing something here...
Thanx!
I am trying out the trial version and would
buy it if I am satisfied with the product.
I was tryign to step through some code,
when I noticed that it was stepping through
both the IF and the ELSIF part
IF( ... ) THEN
statement 1;
ELSIF ( ...) THEN
statment 2;
END IF;
It is stepping through both the above statements.
I put dbms_output and confirmed that only
one of the statements is getting executed
(just being paranoid.)
So, is the source code out of sync with the
code I see. I have the program window
opened for the pl/sql file and compiled it
from plsql dev.
I have selected the option to have debug
information when compiling.. Please let me know
if this is a bug (a serious one, IMHO, if so)
or if I am missing something here...
Thanx!