[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging errors in bytecomp code?
From: |
Stefan Monnier |
Subject: |
Re: Debugging errors in bytecomp code? |
Date: |
Tue, 31 Jan 2017 09:32:28 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
> Is there a way to enter the debugger when a error in bytecomp code
> itself is encountered? Right now, all errors including compilation ones
> are printed to the *Compile-Log* buffer, making it impossible to get
> a backtrace for internal compiler errors.
(setq byte-compiler-debug t) ?
Stefan