Help: Setting Breakpoints on a Called Program(XPED)



Compuware's QA & Impact Analysis Tools: Xpediter/CICS , Xpediter/TSO, Xpediter/DB2, Xpediter/Xchange, Xpediter/IMS

Help: Setting Breakpoints on a Called Program(XPED)

Postby cyruscabrera » Wed Feb 01, 2012 2:42 pm

Hi to all, I just want to ask for some help on this.

I have two programs, A and B.
A is the Driver Module.
B is the Called Module.


Program A has a call statement inside it. I already set up the breakpoints.

PROCEDURE DIVISION.

B CALL B USING ....
.
.
STOP RUN.



I already put some breakpoint on B so when it is called by A during Xped, I expect that it will jump inside the Program B.
But when I press F9, It doesn't go to program B. Instead, it stops.
cyruscabrera
 
Posts: 1
Joined: Wed Feb 01, 2012 2:33 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Help: Setting Breakpoints on a Called Program(XPED)

Postby BillyBoyo » Wed Feb 01, 2012 5:19 pm

I don't understand. If you put a breakpoint on the CALL, it is going to stop there, that is what you asked it to do.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: Help: Setting Breakpoints on a Called Program(XPED)

Postby gauthamnagpur18 » Sat Dec 15, 2012 8:16 am

Hi cyruscabrera ,

Try int Called Module in driver module before setting up breakpoint in called module .Then Press F9 from driver module . :)

Hope it helps .

Thanks,
Gautham
gauthamnagpur18
 
Posts: 93
Joined: Sat Oct 23, 2010 1:28 pm
Location: Chennai, India
Has thanked: 3 times
Been thanked: 3 times

Re: Help: Setting Breakpoints on a Called Program(XPED)

Postby NicC » Sat Dec 15, 2012 7:20 pm

Might have helped 10 months ago!
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to Xpediter

 


  • Related topics
    Replies
    Views
    Last post