help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .emacs warning


From: Michael Heerdegen
Subject: Re: .emacs warning
Date: Wed, 12 Jul 2017 20:10:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Jude DaShiell <jdashiel@panix.com> writes:

> How do I generate a back trace and save it in a file?

First, it's better to load the (uncompiled) .el sources of related files
if you have them so that the backtrace doesn't contain only nearly
unreadable byte code.

You need to turn on debug-on-error, e.g. with M-x set-option.

Then reproduce the problem (error).  The debugger should pop up.  You
can use C-x C-w from within the debugger buffer to save the contents to
a file as usual.


Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]