View previous topic :: View next topic
|
Author |
Message |
replytovishu
New User
Joined: 09 Dec 2008 Posts: 23 Location: india
|
|
|
|
Hi all,
Just want to know how to put break points for debugging ADSO dialog while using ADSALIVE.
Also please tell what the PF keys used for:
--> Line by line execution
--> Exceution uptill Break points |
|
Back to top |
|
|
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
Have you tried PF1? |
|
Back to top |
|
|
sarma12
New User
Joined: 28 Oct 2008 Posts: 2 Location: hyderabad
|
|
|
|
Hi
First you need to compile ADSO dialog in 'diagnostic table' as enabled. Then you can do ADSALIVE.
Line by line execution - > use Key F3
Execution until break point -> For this first u need to set break point until where u want to move the control by mentioning 'A' (after) or 'B' (before) in the response module. Then you use F3 key to execute until that line.
Regards
Kumar |
|
Back to top |
|
|
Meenakshi Selvaraj
New User
Joined: 30 Oct 2009 Posts: 36 Location: Chennai
|
|
|
|
Hi,
Just try the below steps.
To execute next line (sequentially) hit F3.
How to put a breakpoint in ADSALIVE?
(i)Goto the line on which you wish put the breakpoint.
(ii)Write ‘A’ at the line command and hit F2.
(iii)To execute upto that breakpoint hit F3.
(iv)Then write ‘STEP’ at the command line to remove the breakpoint and hit enter. |
|
Back to top |
|
|
|