View previous topic :: View next topic
|
Author |
Message |
monasu1998
Active User
Joined: 23 Dec 2005 Posts: 176 Location: India
|
|
|
|
Hi:
In Xpeditor we set Break points for Step debugging.
But one qustion that came into my mind is :
I have 2 break points 1st at line# 10 and 2nd at line# 20. my control passed from 1st break point and now in 2nd break point. Now I want to go back to the previous break point. Is it possible?
Is reverse step debugging is possible?
Thanks in Advance |
|
Back to top |
|
|
raghunathns
Active User
Joined: 08 Dec 2005 Posts: 127 Location: rochester
|
|
|
|
it is possible with trace option. |
|
Back to top |
|
|
monasu1998
Active User
Joined: 23 Dec 2005 Posts: 176 Location: India
|
|
|
|
Can you be please bit more clear about how to achieve this |
|
Back to top |
|
|
bonniem
New User
Joined: 09 Aug 2005 Posts: 67
|
|
|
|
There is a goto command in xpediter, but it does not retrace the execution. It simply branches to the corresponding line. You will have to manually reset the variable values.
to issue goto, just type GT on the line and press enter just like you set a break point. [/code] |
|
Back to top |
|
|
rajesh_1183
Active User
Joined: 24 Nov 2005 Posts: 121 Location: Tadepalligudem
|
|
|
|
Hi,
I think Reverse debugging is possible...
first type "MON" in the cmd line and then type "REVERSE"..then the flow of execution will be from bottom to top....
corrections welcomed........
Thanks,
Rajesh. |
|
Back to top |
|
|
|