Marco Baringer mb@bese.it writes:
Helmut Eller e9626484@stud3.tuwien.ac.at writes:
"Thomas F. Burdick" tfb@OCF.Berkeley.EDU writes:
Below is a patch to show the current debug level in the REPL, when it's > 0
The patch is problematic for multithreaded Lisps; it would display if *some* thread is currently debugged. Would that be useful?
i do ocassionaly forget that some thread has a debugger open, so this is a nice reminder that something is amis, and i applied it. however, now that you mention it, this may not be the best way to go about it.
I've backed it out for now since it caused the problem Paolo reported just now. Let's think about it a bit more.
-Luke