No Debugging Information

a0800740

Member
I am trying to debug my application and my variables are set in the debugger but it says "No Debug Information". How can I see my variables?
 
Either you set the setting 'add debug information when compiling' on the preferences screen, or you wrong-click the package and select 'add debug information' from the menu. Another possibility is to execute the following command: alter compile debug;
Then you should be able to see the values of the variables.

Hope this helps,
Regards,
Patrick
 
Back
Top