Path: utzoo!attcan!uunet!ginosko!gem.mps.ohio-state.edu!csd4.csd.uwm.edu!cs.utexas.edu!usc!apple!motcsd!hpda!hpcuhb!hpcllla!hpcllcm!pratap From: pratap@hpcllcm.HP.COM (Pratap Subrahmanyam) Newsgroups: comp.unix.wizards Subject: Debugging Child Processes. Message-ID: <6840004@hpcllcm.HP.COM> Date: 24 Aug 89 23:47:33 GMT Organization: Hewlett Packard Calif. Language Lab Lines: 21 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