Condividi tramite


Buffer DbgPrint Output

Il flag di output DbgPrint buffer elimina l'output del debugger dalle chiamate DbgPrint, DbgPrintEx, KdPrint e KdPrintEx.

Abbreviation

ddp

Hexadecimal value

0x08000000

Symbolic Name

FLG_DISABLE_DBGPRINT

Destination

Voce del Registro di sistema a livello di sistema, flag kernel

commenti

Quando l'output del debugger viene eliminato, non viene visualizzato automaticamente nel debugger del kernel. However, the message is always sent to the DbgPrint buffer, where it can be accessed by using the !dbgprint debugger extension.

Per informazioni sulle funzioni che comunicano con il debugger, vedere Invio di output al debugger.