Skip to content

josteink/cdb-comint-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cdb-comint-mode (v0.0.1)

Run a cdb.exe in an inferior process window.

cdb-comint-mode is a comint mode for Emacs which allows you to run a cdb.exe (command line version of windbg) in a inferior process.

Main features

  • Syntax highlighting.
  • Automatic SOS loading, across .NET versions.
  • Clickable pointers.
  • Source-code navigation from stack-traces.

Installation

Put cdb-comint-mode.el in your load path. Add (require ‘cdb-comint-mode) to your .emacs or ~/.emacs.d/init.el. Real package will be provided eventually.

Usage

Do: `M-x cdb-dump<RET>your dump-file’

Away you go.

About

Emacs major-mode for inferior cdb/windbg process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published