Debugging a Form 10g [message #476206] |
Wed, 22 September 2010 01:40 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
swapnil_naik
Messages: 269 Registered: December 2009 Location: Mumbai
|
Senior Member |
![swapnilnaik](/forum/theme/orafaq/images/skype.png)
|
|
Hi ,
I am currently working in form 10g and i m newbie to that technology...I want to debug my form and also check step step by values of variables which i defined..
Can u plese help me out to solve my problem...if any document available to step by step debugging...
Thanks
|
|
|
Re: Debugging a Form 10g [message #476233 is a reply to message #476206] |
Wed, 22 September 2010 04:14 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Debugging is described in Forms Help (while in Forms Developer, go to [Help - Online Help - Search tab] and search for "debug".
In a few words: you'll have to set a breakpoint in one of form triggers (such as WHEN-NEW-FORM-INSTANCE or, even better, exact place you are interested in). It is done by right-clicking PL/SQL editor's margin.
![/forum/fa/8291/0/](/forum/fa/8291/0/)
Then run a form in debug mode.
![/forum/fa/8292/0/](/forum/fa/8292/0/)
When form execution reaches the breakpoint, it will stop. Return to Forms Developer and, using debug toolbar and Debug Console, trace its execution, variables' values, etc.
|
|
|