How I do debugging multiprocess code?

Hi, I new in the forum and I use the CDT plugging of Eclipse enviroment to develop multiprocess codes in C (using fork()).
The question si how I do debugging over the childs process in this enviroemnt?
If you have information about others enviroment I thanks to heart.

Regards.
.

No Debugger is really any good at debugging multiple threaded code. GDB does an ok enough job at it though, i'd just use GDB as CDT has a gui for it.
Topic archived. No new replies allowed.