Sun Studio 12 Update 1: Debugging a Program With dbx

Interacting With Events

All breakpoints and other events are deleted for any exec() or fork() process. You can override the deletion for forked processes by setting the dbx environment variable follow_fork_inherit to on, or make the events permanent using the- perm eventspec modifier. For more information on using event specification modifiers, see cont at Command.