Go to main content
Oracle® Developer Studio 12.5: Debugging a Program with dbx

Exit Print View

Updated: June 2016
 
 

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 dbxenv variable follow_fork_inherit to on, or make the events permanent using the -perm eventspec modifier. For more information about using event specification modifiers, see cont at Command.