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.