View Single Post

   
  #1 (permalink)  
Old 04-08-2008, 11:14 AM
Junkone
 
Posts: n/a
Default Get the line numbers parsed

HI
I have a plsql program that spans 1000 lines. it executes successfully
but is working wrong. As it has a few dozen conditinal statements. how
do i cache the parsing of the program so that i can know the path the
program took
for eg.
i need to know that the program moved from
Line 1
Line 2
Line 3
Jumped to Line 10
LIne 11
Line 12
Jumped to Line 15

Reply With Quote