Buffer DbgPrint Output

The Buffer DbgPrint Output flag suppresses debugger output from DbgPrint, DbgPrintEx, KdPrint, and KdPrintEx calls.

Abbreviation

ddp

Hexadecimal value

0x08000000

Symbolic Name

FLG_DISABLE_DBGPRINT

Destination

System-wide registry entry, kernel flag

Comments

When debugger output is suppressed, it does not automatically appear in the kernel debugger. However, the message is always sent to the DbgPrint buffer, where it can be accessed by using the !dbgprint debugger extension.

For information about the functions that communicate with the debugger, see Sending Output to the Debugger.