DEBUG_OUTPUT_XXX
The DEBUG_OUTPUT_XXX constants are output flags. The output flags form a bit field that indicates the type of the output that accompanies them.
The possible values include the following.
Constant | Description |
---|---|
DEBUG_OUTPUT_NORMAL | Normal output. |
DEBUG_OUTPUT_ERROR | Error output. |
DEBUG_OUTPUT_WARNING | Warnings. |
DEBUG_OUTPUT_VERBOSE | Additional output. |
DEBUG_OUTPUT_PROMPT | Prompt output. |
DEBUG_OUTPUT_PROMPT_REGISTERS | Register dump before prompt. |
DEBUG_OUTPUT_EXTENSION_WARNING | Warnings specific to extension operation. |
DEBUG_OUTPUT_DEBUGGEE | Debug output from the target (for example, OutputDebugString or DbgPrint). |
DEBUG_OUTPUT_DEBUGGEE_PROMPT | Debug input expected by the target (for example, DbgPrompt). |
DEBUG_OUTPUT_SYMBOLS | Symbol messages (for example, !sym noisy). |
DEBUG_OUTPUT_STATUS | Output which modifies the status bar. |
Requirements
Header |
DbgEng.h (include DbgEng.h) |