Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The process options are a bit set that control how the debugger engine treats user-modeprocesses. Some of these process options are global; others are specific to a process.
The process options only apply to live user-mode debugging.
| Bit-flag | Description |
|---|---|
| DEBUG_PROCESS_DETACH_ON_EXIT | The debugger automatically detaches itself from the target process when the debugger exits. This is a global setting. |
| DEBUG_PROCESS_ONLY_THIS_PROCESS | The debugger will not debug child processes that are created by this process. |
Requirements
Header |
DbgEng.h (include DbgEng.h) |