Invoke the lisp debugger on Maxima errors when debugmode is lisp
commit1248a6b777e5a918eecce95d0dbeae76724a9d8b
authorKris Katterjohn <katterjohn@gmail.com>
Mon, 22 Mar 2021 23:34:34 +0000 (22 18:34 -0500)
committerKris Katterjohn <katterjohn@gmail.com>
Mon, 22 Mar 2021 23:34:34 +0000 (22 18:34 -0500)
tree8358e8b5d9f7dc5c74d418ca7dc9ba4b78dda082
parenta8b7d57881c86c4b6e3466154077953e59558cf0
Invoke the lisp debugger on Maxima errors when debugmode is lisp

This gives us the following debugmode behavior:

debugmode = false: no debugger on Maxima errors
debugmode =  true: invoke the Maxima debugger on Maxima errors
debugmode =  lisp: invoke the lisp debugger on Maxima errors

This was discussed in the mailing list thread "debugmode:lisp"
on 2021-03-15.

No problems with the test suite or share test suite.
doc/info/Debugging.texi
src/merror.lisp