I see that Language.trace() has a @royaledebug doc tag, which seems to
remove it from a release build. I just spent half an hour trying to figure
out why some event listeners weren't being called. Turns out that they
were, in fact, being called. Instead, the compiler was silently removing
some of my code. Is there a way to turn that off and keep trace() in a
release build?

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>

Reply via email to