Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.