DEBUG_OUTPUT_XXX

Le costanti DEBUG_OUTPUT_XXX sono flag di output. I flag di output formano un campo di bit che indica il tipo dell'output che li accompagna.

I valori possibili includono quanto segue.

Costante Descrizione
DEBUG_OUTPUT_NORMAL

Output normale.

DEBUG_OUTPUT_ERROR

Output degli errori.

DEBUG_OUTPUT_WARNING

Avvisi.

DEBUG_OUTPUT_VERBOSE

Output aggiuntivo.

DEBUG_OUTPUT_PROMPT

Output del prompt.

DEBUG_OUTPUT_PROMPT_REGISTERS

Registrare il dump prima della richiesta.

DEBUG_OUTPUT_EXTENSION_WARNING

Avvisi specifici dell'operazione di estensione.

DEBUG_OUTPUT_DEBUGGEE

Eseguire il debug dell'output dalla destinazione, ad esempio OutputDebugString o DbgPrint.

DEBUG_OUTPUT_DEBUGGEE_PROMPT

Eseguire il debug dell'input previsto dalla destinazione, ad esempio DbgPrompt.

DEBUG_OUTPUT_SYMBOLS

Messaggi di simboli (ad esempio, !sym rumoroso).

DEBUG_OUTPUT_STATUS

Output che modifica la barra di stato.

Requisiti

Intestazione

DbgEng.h (include DbgEng.h)