Bug on PL/SQL debugger ?

Tailor K

Member²
When I am debugging code on a Test Window, if I pass the mouse over a column name on any SQL command inside the procedure, the PL/SQL hangs (looks like it tries to show the value in a hint, like the variables), and I had to kill it. It seems to happens on versions 6 and 7... is there anything already known? It
 
I get a "Not a variable" message. To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
I used a trial 7.0.2 and in fact, it works fine... I should made some confusion when testing with the other releases. Is there a price for upgrade or I'll need to buy a new license? (I don't have the Annual Service Contract)
 
You can upgrade by purchasing an Annual Service Contract, which entitles you to receive support and upgrades for the period of 1 year.
 
Back
Top