Debugging Child Processes.

Pratap Subrahmanyam pratap at hpcllcm.HP.COM
Fri Aug 25 09:47:33 AEST 1989




I have been running into the following problem. I want to debug a child process
and all the debugger's that we have here cannot do that. Does anyone know where
such a debugger can be got ?


main()
{
...
if((pid = fork()) == 0) {

/* How can you step into this area ???? */

}
}

Any pointers will be appreciated.

-- pratap



More information about the Comp.unix.wizards mailing list