On a couple of occasions I've forgotten a #reveal/inspect in some common place after debugging and froze my machine spawning inspect windows when subsequently using my application normally (outside of isolated debug executions). I know it's my fault, but is there any way to protect against this happening?
not having reveal on the classpath in those cases would result in an exception I suppose
I don't really want to disable Reveal at any point in this cycle. I still need it during the "normal" ops. I just want to prevent it from spawning too many windows.