Hi, In ddd, i have: follow-fork-mode child detach-on-fork on In some C code, i do: execlp(path, path, (char *)NULL) but the new program doesn't appear in the ddd window (on debian Xorg). How do i do that?