Elisp Debugger Not Popping Up

Viewed 87

When I toggle global debug mode for the first time in an emacs session and attempt to execute a piece of invalid lisp the backtrace window pops up. However if I close this window and delete the backtrace buffer and then try and execute another piece of invalid elisp the backtrace buffer no longer gets created and no window pops up. I have looked through the manual to try and figure out why this is happening to no avail, any help would be much apprecaited.

1 Answers
Related