Click here to Skip to main content
15,879,096 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,Can you Suggest a software like Debug View to capture kernel messages using DbgPrint()....


Thank you
Posted

1 solution

I believe DbgView does capture Kernel messages too.

Steps:
1. Run DbgView as Administrator.
2. Go to Caption Menu on the Form.
3. Select "Capture Kernel"

Download latest dbgview from here: DebugView v4.78[^]


Or else have a look at: WinDbg - it is a multipurposed debugger for Microsoft Windows, distributed on the web by Microsoft. It can be used to debug user mode applications, drivers, and the operating system itself in kernel mode.

Here:
WinDbg[^]
WinDbg. From A to Z![^]
 
Share this answer
 
Comments
Maciej Los 29-May-12 14:59pm    
Good answer, my 5!
Sandeep Mewara 30-May-12 14:36pm    
:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900