| Debugging Tools for Windows | 
The process options are a bit set that control how the debugger engine treats user-mode processes. Some of these process options are global; others are specific to a process.
The following flags can be present.
| Bit-flag | Description | 
|---|---|
| DEBUG_PROCESS_DETACH_ON_EXIT | (Windows XP and later) The debugger automatically detaches itself from the target process when the debugger exits. This is a global setting. | 
| DEBUG_PROCESS_ONLY_THIS_PROCESS | (Windows XP and later) The debugger will not debug child processes that are created by this process. | 
The process options only apply to live user-mode debugging.
Headers: Defined in DbgEng.h. Include DbgEng.h.