Traditionally Windows kernel (including drivers) debugging relied on serial null modem cable via COM ports or 1394 cable connected to the target device.
Thanks to networking, a TCP based client/server mechanism is supported with windbg to allow using a computer to debug the target Windows device through a shared network. The following articles provided very helpful info:
- Windbg remote debug;
- Windows Debuggers: Part 1: A WinDbg Tutorial;
- Remote debugging with -server and -remote;
- Take control over Windbg;
- Remote Kernel Debugging with WinDbg;
- Windbg Tutorials;
Download windbg with Windows SDK:
Download Debugging Tools from the Windows SDK
Or directly from
No comments:
Post a Comment