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.