I’d like to be able to ensure that my end users never get that stupid debug window popping up, in the event that they have the debug player installed.
Is it possible to globally HANDLE or can we only log them?
edit: okay figured this out.
the stop propagation on the uncaughtErrorEvent didn’t do anything. You’re supposed to call “preventDefault()” to stop the dialog box from opening