Advanced Defaults |
By default, the debugger checks that dbx has exclusive control of the program being debugged. It keeps dbx from attaching to the process if another tool is already attached to it. You can turn off this behavior but be aware that if more than one tool is attached to and attempting to control a process, chaoric behavior may ensue.
To not check that dbx has exclusive control of the program being debugged:
Note - This option is equivalent to the dbx proc_exclusive_attach Environment Variable.