pl/sql developer (v6)debug out of sync

LauraG

Member
Hi all,
I have a package which I am unable to debug properly.
It compiles and works, but when I put a break point and try to debug, it first says that the break point is in the wrong place (which I believe is incorrect information), secondly it stops with an error saying no_data_found highlighting an empty line about two lines up from where I put the break point.
I know what is causing the no_data_found error, but it is proviing really difficult to debug without break points.
I have tried to drop the package and recompile and re-add the debug information, but it did not solve the problem.

Can anyone advise, please?
Thanks

 
Back
Top