Closed mcandre closed 10 years ago
It will do this only if you have enabled toggle-debug-on-error
. It should not be enabled by default in any sane setup, so please check your configs.
Ah, understood.
My own configuration isn't doing this intentionally.
https://github.com/mcandre/dotfiles/blob/master/.emacs
Maybe one of the packages I use does this?
I pressed TAB, trying to indent inside an
else
, when I had forgotten to close myif
, triggering a debugger error in Emacs.Scala code:
Trace:
System: