Debugger - Source Update Bug?

I'm debugging some PL/SQL and stepping through my code with the debugger. When I find an error in my code, I exit the debugger using the break button, update my code, recompile my source, and rerun the debugger. But, when I start stepping again through my code, the debugger shows me the "old" version of my code, not the latest/greatest version. The only solution I've found is to exit PL/SQL Dev entirely and start over.

Is there another way around this?
Thanks!
Gerald
 
try closing the test window and then retesting. this will pick up the new version of the plsql code.

------------------
richard.brooker@vuw.ac.nz :)
 
Back
Top