CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
1.02k stars 150 forks source link

User request: capture kernel messages #141

Closed janwilmans closed 10 years ago

janwilmans commented 10 years ago

Requested from Marco Szillat, Wiesemann & Theis GmbH:

We use Dbgview.exe (sysinternals) to display the Messages, but this is not very comfortable. I think debugview uses a Kerneldriver (dbgv.sys) to connect to "kernel-mode debug output".

http://msdn.microsoft.com/en-us/library/windows/hardware/ff543634%28v=vs.85%29.aspx

janwilmans commented 10 years ago

Closing, we implemented a socket connection to dbgview in agent mode. Rationale: this is the most efficient way (in terms of spend time) to implement this feature right now