When an Error occurs in the Debug Window, PLSQL developer hangs.
Try the following and see for yourself (establish the variables first):
lvdEffDate := TO_DATE( in_EffDate );
Obviously, its a syntax error (missing date format) but creates the hanging scenario every time. What can be done to prevent PLSQL from hanging on errors like this?
The error message will eventually come up when the session is killed, through Tools/Session only.
Try the following and see for yourself (establish the variables first):
lvdEffDate := TO_DATE( in_EffDate );
Obviously, its a syntax error (missing date format) but creates the hanging scenario every time. What can be done to prevent PLSQL from hanging on errors like this?
The error message will eventually come up when the session is killed, through Tools/Session only.