Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How debug a External procedure in a program?

Former Member
0 Kudos

Hi,

Could anyone let me know, how to debug a external procedure inside a other program.

(PERFORM EXT_PROC IN PROGRAM).

Points are guranteed for useful answers.

-CC

1 REPLY 1

Former Member
0 Kudos

Hello-

Your requirement is not clear enough as I believe you want to debugg external subroutines from the program correct me if I am wrong.

Put a brk point at subroutines if your program trtiggers tht particular subroutine the system goes to debugg mode and stops at tht point.

Cheers,

~Srini....