I'Cant see the values of the Variables in the Watches Window

webtuna

Member
Hi
I have PL/SQL Developer 7.0.0.0.1050,
My problem is this: While I'm debuging in test mode, I cant see the value of the variables in the Watches even I add them to in it. I Also cant see the values on pop up watches screen. I see the massage "Debug no information" instead of the value of varibles in the quick watch screen. PLS help. How can i fix it?
 
Hi,

you have to 'add debugg information'. You can do that afer a 'normal' compile, if you right-click your package (or funcion ..) in the object-browser, or per default in tools/preferences/debugger.
 
Back
Top