Gerd Flaig gerd@schlund.de writes:
Hi,
when I compile a buffer using C-c C-k and the source triggers a read error, I get thrown into sldb which shows something like this:
[...]
Did I misconfigure something or are read errors not handled in a sane way yet?
There are a few yucky cases where the compiler enters the debugger when we don't want it to. :-(
The good news is that if you choose a restart to abort the compilation (usually press 'a' for abort) then the real error message should be presented to you.
-Luke