Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable automatic execution pause on script exceptions #233

Conversation

arcticicestudio
Copy link
Owner

Closes #221

When the "DevTools" are opened and an exceptions occurs in any running
script, the debugger will be opened and the execution paused.
This is kind of annoying for third-party scripts or when the actual goal
is not to debug scripts at all and has therefore been disabled.

GH-221
@arcticicestudio arcticicestudio merged commit 7e0d317 into develop Mar 24, 2020
@arcticicestudio arcticicestudio removed their assignment Mar 24, 2020
@arcticicestudio arcticicestudio deleted the improvement/gh-221-no-auto-exec-pause-on-script-exceptions branch March 24, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable automatic execution pause on script exceptions
2 participants