CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2008
    Posts
    3

    Check out the DDK VMWare debug booster

    http://kdvmware.sourceforge.net/
    The tool significantly speeds up Windows Kernel debugging using a VMWare virtual machine by replacing slow emulated COM port-related packet driver by a fast VMWare-specific Windows Kernel debugger extension. Response time of WinDBG is almost zero even for heavy operations.
    As an author of the tool, I would like to hear various critics and suggestions about further improvements.

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Check out the DDK VMWare debug booster

    [Moved thread]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured