Hello,
Anybody using VisualDDK to debug kernel drivers in VS?
What is the experience? Do you recommend it? Other alternatives?
Thanks,
Rob Colleman
Hello,
Anybody using VisualDDK to debug kernel drivers in VS?
What is the experience? Do you recommend it? Other alternatives?
Thanks,
Rob Colleman
Windbg would be an alternative
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Sunday, September 26, 2010 11:54 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Kernel debugging in Visual Studio?
Hello,
Anybody using VisualDDK to debug kernel drivers in VS?
What is the experience? Do you recommend it? Other alternatives?
Thanks,
Rob Colleman
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
Most people use WinDbg. The extensions make it the desirable debugger.
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
“xxxxx@gmail.com” wrote in message
news:xxxxx@ntdev:
> Hello,
>
> Anybody using VisualDDK to debug kernel drivers in VS?
>
> What is the experience? Do you recommend it? Other alternatives?
>
> Thanks,
> Rob Colleman
I agree about the Windbg extensions.
I thought VisualDDK actually uses dbgeng, so extensions support wouldn’t be a problem, no?
Thanks for the reply,
Rob
I played with VisualDDK, alot of respect to the developers of that tool.
However, I do not see any reason to use it instead of WinDBG.
VisualDDK transperantly using dbgeng, You are unable to run dbgeng
extensions by yourself. So yes, you have your watch/locals/memory windows
and the VC editor. but thats it.
I Having alot of expereince with WinDbg and I can’t tell you I missing
somthing out… Except from the crazy flating windows
I would highly recommend using VirtualKD which seriously improves your
windbg debugging via VMs.
Jim
On Sun, Sep 26, 2010 at 10:11 PM, wrote:
> I agree about the Windbg extensions.
>
> I thought VisualDDK actually uses dbgeng, so extensions support wouldn’t be
> a problem, no?
>
> Thanks for the reply,
> Rob
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>