Skip to Content
0
Former Member
Mar 25, 2009 at 05:55 AM

Can we debug programs called in background job?

69 Views

Hi Everyone,

Here is my question:

I set some breaakpoints in program A which is call by another program B.

And in B, it defines a background job to run A.

but when i run program B , the berakpoints set in A don't work,why???

(I can not run A directly, for it needs a large amount of parameters which can't be input manually)

How to solve it? Thanks

Regards.