Print Thread
FAQ: No debug information
#10127 01/28/03 11:44 PM
Joined: Sep 1999
Posts: 21
F
faq Offline OP
Member
OP Offline
Member
F
Joined: Sep 1999
Posts: 21
When I run a program in the debugger and try to view a variable value, all I see is

Re: FAQ: No debug information
#10128 01/28/03 11:51 PM
Joined: Sep 1999
Posts: 22
S
Administrator
Offline
Administrator
S
Joined: Sep 1999
Posts: 22
If you want to view or modify variable values during debugging, the program unit must be compiled with debug information. There are 2 ways to accomplish this:<OL TYPE=1>
[*] Enable the Debugger preference "Add debug information when compiling" (Tools > Preferences > Debugger tab page). Now you don't have to worry about debug information anymore, as each compilation implicitly adds it.

[*] Right-click on the program unit in the Object Browser and select "Add debug information".</OL>The debug information goes away if you compile it without the "Add debug information when compiling" preference, or when someone else compiles it without debug info.

Re: FAQ: No debug information
support #58449 10/15/18 11:03 AM
Joined: Oct 2018
Posts: 2
G
Member
Offline
Member
G
Joined: Oct 2018
Posts: 2
SQL and PL/SQL code may execute cleanly, and even produce an output. PL/SQL code may compile and produce results, but this is part of the task. Does it do what you are expecting it to do? Are the results accurate? Does it behave as expected for high and low values, odd dates or names? Does it behave the same way when it

Last edited by Ganu12345; 10/15/18 11:05 AM.

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.039s Queries: 14 (0.010s) Memory: 2.4993 MB (Peak: 3.0380 MB) Data Comp: Off Server Time: 2024-05-10 02:49:37 UTC
Valid HTML 5 and Valid CSS