Fork me on GitHub
#reveal
<
2022-03-11
>
sheluchin12:03:21

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?

imre12:03:29

not having reveal on the classpath in those cases would result in an exception I suppose

sheluchin23:03:55

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.