View previous topic :: :: View next topic
|
Author |
Message |
tosaurabh20
New User
Joined: 08 Jun 2007 Posts: 26 Location: Noida
|
|
|
|
Hi,
I wish to debug a program using xpeditor however that program is also calling some another program.
Please let me know about the process through which i can animate both programs in a single xped. run.
Let me know in case of any issues.
Thanks and Regards
Saurabh Gupta. |
|
Back to top |
|
 |
|
|
Devzee
Active Member
Joined: 20 Jan 2007 Posts: 684 Location: Hollywood
|
|
|
|
While xped'ng the main program, just do int submodule, when control goes to your submodule xped shows you the submodule for debugging. |
|
Back to top |
|
 |
tosaurabh20
New User
Joined: 08 Jun 2007 Posts: 26 Location: Noida
|
|
|
|
Devzee wrote: |
While xped'ng the main program, just do int submodule, when control goes to your submodule xped shows you the submodule for debugging. |
Hi Dev,
Thanks for your quick response but being new to xpeditor, i didn;t get what you mean to say?
Do i need to give a command say "int <submodule name>" or you mean something else.
It will be a great help from your side if you can elaborate more on your reply.
Let me know in case of any issues.
Thanks and Regards
Saurabh Gupta |
|
Back to top |
|
 |
Devzee
Active Member
Joined: 20 Jan 2007 Posts: 684 Location: Hollywood
|
|
|
|
Quote: |
need to give a command say "int <submodule name>" |
YES |
|
Back to top |
|
 |
0d311
Guest
|
|
|
|
Hi Saurabh,
BTW, if you want to debug both programs (main and sub), you'll need to have the DDIO information for both programs. |
|
Back to top |
|
 |
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6970 Location: porcelain throne
|
|
|
|
If you would take advantage of the PF1 (Help) info, it will explain to you how to use xpediter.
before you invoke the test, you can (in xpediter) edit both modules and set breakpoints which will automatically stop execution during your test at the desired point. |
|
Back to top |
|
 |
|