How do I debug my emacs crash on Windows?

Posted by vedang on Stack Overflow See other posts from Stack Overflow or by vedang
Published on 2009-10-09T14:50:28Z Indexed on 2010/04/05 17:03 UTC
Read the original article Hit count: 180

Filed under:
|

I use emacs on windows (at work) and on linux (at home). On the windows machine, I'm using emacs 23.1 (from here: ftp://ftp.gnu.org/gnu/emacs/windows/emacs-23.1-bin-i386.zip). It just crashed right now. Recently, I've taken a healthy interest in debugging on windows (using WinDbg), so I really want to try my hand at this ready-made crash :) Can someone tell me where (or if at all) I can get the symbol files (.pdb) for emacs for windows? On linux, I compile my emacs from source so symbols aren't really a problem...

© Stack Overflow or respective owner

Related posts about emacs

Related posts about WinDbg