Compiling problem

Today I tried to edit a package body using PL/SQL Dev.
The method was to chose the package body from the browser and select edit.
I did my changes, and compiled the code. PLS Dev, reply "Compiled successfuly".
I closed the window, and opened it again to verify that my changes has been applied.
But no! It was exactly as before. I did the operaton several times, with same result. I tried from a diferent computer, but no difference.
However, when copy the code and paste it into command window solved my problem.
Why?

We are using PLS Dev 7.1.5 1398, and DB was Oracle 10g R2.
 
That is strange. I suspect this might be a problem with the "debug information" mode. To verify this, go to Tools > Preferences > Debugger tab page, disable the "Add debug information when compiling" option, and retry the compilation/reopen test.
 
Back
Top