Hi, Im using gdb for debugging my application..
I was able to debug child process(when fork comes) .. and in child process we have an exec call...
So the problem is, when the control come to exec , the exec process is executing at a time...
I could not debug the exec. process...
So, is there any way to debug the exec process