Checking that dbx has Exclusive Control of the Program | Environment Variables |
dbxenv Command |
The proc_exclusive_attach environment variable determines whether dbx checks that it has exclusive control of the program being debugged.
proc_exclusive_attach on | off | If set to on, it keeps dbx from attaching to a process if another tool is already attached. Warning: be aware that if more than one tool attaches to a process and tries to control it chaos ensues. Default: on. |