Hallo,
with PL/SQL Developer it is possible to debug modified code.
Szenario:
PL/SQL Developer runs in "multi session mode".
1) Open a "Test Window"
2) Call a PL/SQL routine in the database.
3) Debug the code and finish the debug (abort or run)
The Code is now open in a new tab of the "Test Window"
4) Open the sourcecode in a new window (edit mode)
5) Change the code (add / drop lines) and recompile
6) Go back to the "Test Window" and debug again.
The souce tab now shows the old code anymore.
Debug works correctly. But curious to see the debugger stops in a empty line or in a comment.
Tested in version 8.x, 9.0.4. and 9.0.5.
Please check it out.
Thanks, he
with PL/SQL Developer it is possible to debug modified code.
Szenario:
PL/SQL Developer runs in "multi session mode".
1) Open a "Test Window"
2) Call a PL/SQL routine in the database.
3) Debug the code and finish the debug (abort or run)
The Code is now open in a new tab of the "Test Window"
4) Open the sourcecode in a new window (edit mode)
5) Change the code (add / drop lines) and recompile
6) Go back to the "Test Window" and debug again.
The souce tab now shows the old code anymore.
Debug works correctly. But curious to see the debugger stops in a empty line or in a comment.
Tested in version 8.x, 9.0.4. and 9.0.5.
Please check it out.
Thanks, he