I need to debug program A, but it has to be called by program B
because program B does some stuff that program A uses. I tried putting
a breakpoint in program A but it never is triggered. I tried running
program B in debug mode and it still did not trigger the breakpoint in
program A.
Is there any way to do this?