I can't capture trace from kernel, using WinDbg on Windows 10 x86. Seems troubles with old signature. Are there any alternatives which could receive DbgPrint from kernel driver?
Asked
Active
Viewed 6,768 times
1
-
1Have you tried the SysInternals' [DebugView](https://technet.microsoft.com/en-us/sysinternals/bb842062.aspx) tool? The latest version of WinDbg is in the Windows 10 SDK, and the RTM version of that comes out next week. – Chuck Walbourn Jul 26 '15 at 17:56