The debugger hangs and all debugging buttons in the toolbox are grayed out.
The debugger is working fine in SQL Navigator 5.5.
The SQL Monitor shows the following error:
6550 (ORA-06550: Zeile X, Spalte Y:
PLS-00312: Unbenannte Positionsparameter stehen immer vor Parametern mit Namenszuweisungen.
ORA-06550: Zeile X, Spalte Y:
PL/SQL: Statement ignored)
This error points to a line of code that has this:
Return_Value := user_function(3,2312);
After that the SQL Navigator ends the debugger and it hangs.
The regional settings are set to German.
The problem is caused by the comma in the input number.
WORKAROUND:
Change the Regional Settings to use English before debugging.
STATUS:
Waiting for fix in a future release of SQL Navigator