Calling a New Process Group After a Fork | Environment Variables |
dbxenv Command |
The run_setgrp environment variable determines whether a new process group is called when debugging so that the debugger and the program being debugged are in different process groups.
run_setpgrp on | off | If set to on, when a program is run, setgprp(2) is called right after the fork. Default: off. |