after running this function the result is
Uncaught ReferenceError: goToLastErrorScript is not defined
why ?
i'm struggling to fix another error of Android is not defined too
Develop games in your browser. Powerful, performant & highly capable.
I just tried a test project that runs throw new Error("test") in an 'On start of layout' event, and running goToLastErrorScript() in the console correctly highlights the script block in the editor for me.
throw new Error("test")
goToLastErrorScript()