CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Debugging a driver (non-device driver)

    I have a set of source which is a driver written for DOS.
    The corresponding application has to launch this driver before running.
    I'd like to see how this driver works. What are the general steps of debugging this software?
    if I run the debugger against this application, will it switch to the driver when needed?
    Thanks
    Jack
    Last edited by lucky6969b; October 1st, 2011 at 03:54 AM.

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