One of the most annoying aspects of Oz is that when developing, often calls to {Browse X}
never display anything in the browser, even though no errors are reported during compilation or execution. One of the reasons this can happen is if, at some point, an unbound identifier is accessed. The entire thread of execution freezes indefinitely and I have no way of tracking down where the issue is. There could be other reasons why {Browse X}
does nothing but I don't know of any.
Is there any way to temporarily disable concurrency support during development so that stuff like this doesn't happen?