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