-
Notifications
You must be signed in to change notification settings - Fork 0
4DA/kd-gud
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Emacs grand unified debugger interface to Windows kernel debugger (kd.exe) ========================================================================== The problem ----------- Unfortunately gud mangles input string of type tcp:Port=<port>,Server=<host>; So the only way to connect to remote kd session (so far found) is to use simple cmd wrapper to pass over these arguments to KD. Setup ----- (add-to-list 'load-path "/path/to/cdb-kd") (load cdb-gud) Use should also have kd.exe in your path: (setenv "PATH" (concat "C:\\path\\to\windbg" (getenv "PATH"))) (add-to-list 'exec-path "C:\\path\\to\windbg") Usage ----- M-x kd-remote It will ask for <port> and <host>, for example you could enter 64429 DEVELOP-MACHINE It is also possible to view current stack. Just call M-x speedbar and when in gud prompt it will show current function call hierarchy.
About
emacs cdb-gud interface hacked to support kd.exe
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published