Hi, there.
I am fixing stuff in Morphic and MVC debuggers at the moment. I stumbled upon the ErrorRecursionGuard:
> ErrorRecursionGuard is a _patch_ to a relatively new addition, the
> introduction of Debugger>>'ErrorRecursion' which resulted in the
> Emergency Evaluator being opened too eagerly (and unable to be
> closed!) -- even when there was no recursion.
I don't see how such a mutex could help preventing EEs opened too eagerly. Yet, I can see many problems arise with it.
I will remove that mutex for now and do some tests. Unless somebody has an explanation how the guard should help against anything. :-)
Best,
Marcel