View previous topic :: View next topic |
Author |
Message |
kxsarn Beginner
Joined: 04 May 2003 Posts: 4 Topics: 3
|
Posted: Tue Jul 29, 2003 12:31 pm Post subject: Message in Xpediter |
|
|
Hi ,
I have a driver program which calls many sub programs. I want to debug one of the sub programs. I want to run the sub program in Xpediter. When I run it the driver gets completed and sub program opens up showing the code in the interactive session. When I give 'GO' command the sub program executes fine at a stretch. But on the other hand if I give 'GO 1' or 'GO n' it throws up the error message 'Go command invalid for the module without source'. Can any one throw some light on this ?
thanks,
Sara. |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Tue Jul 29, 2003 1:59 pm Post subject: |
|
|
Hi
Try to type in the command line INT subprogram. This will incorporate the subprogram's source into Xpediter steps.
O.
________
Ontario Truck
Last edited by ofer71 on Sat Feb 05, 2011 11:00 am; edited 1 time in total |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Tue Jul 29, 2003 2:02 pm Post subject: |
|
|
You will also get this message if the sub-program has not been compiled with Xpediter and so is not available in the DDIO file. |
|
Back to top |
|
|
|
|