How to debug windows device driver

PENG TONG 0 Reputation points
2024-03-21T11:13:51.6566667+00:00

As a new windows driver developer,I used traceview and driverMoint tool to debug driver.

However, it can not debug online.

So, Is there a better debug tool to tace the action of the driver.

Thanks a lot.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,195 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jing Zhou 5,210 Reputation points Microsoft Vendor
    2024-03-22T09:31:11.24+00:00

    Hello,

    Thank you for posting in Q&A forum.

    For Windows driver development, in addition to using TraceView and DriverMon tools for debugging, you can also consider using WinDbg debugging tools. WinDbg is a powerful debugger provided by Microsoft that can be used for kernel mode and user mode debugging. It can help you track the execution process of the driver program and perform online debugging.

    Hope this answer can help you well.

    Best regards,

    Jill Zhou

    0 comments No comments