开发者

Emacs WinDbg kernel mode

I'm using WinDbg for kernel mode debugging开发者_如何学JAVA and I'd like to use the emacs interface to WinDbg. See http://www.emacswiki.org/emacs/download/cdb-gud.el. But cdb-gud.el only shows how to use Emacs with WinDbg for debugging user programs.

Does anybody know how to use Emacs with WinDbg for kernel mode debugging?


Use kd -k <connection string> instead of cdb <your program> e.g. M-x cdb kd -k com:port=com1


If you need to see the source-code and stack in speedbar you can use my hacked version of cdb-gud https://github.com/4DA/kd-gud

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜