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

Browser/VM debug modes should be enableable outside of --pause-after-load #1082

Closed
willdrach-wk opened this issue Sep 20, 2019 · 0 comments · Fixed by #1083
Closed

Browser/VM debug modes should be enableable outside of --pause-after-load #1082

willdrach-wk opened this issue Sep 20, 2019 · 0 comments · Fixed by #1083

Comments

@willdrach-wk
Copy link
Contributor

As of right now, debug modes are controlled primarily by the --pause-after-load flag, and this will make it difficult in the future to control debug-related functionality, such as gathering code coverage. For this reason, I believe it would be best to decouple these modes from --pause-after-load in favor of a more adaptable API.

This could be done either just through the API, or could even be added to its own flag, such as --debug. I don't see much reason to not add it to its own flag, so that might be the better solution.

Here's where those debug modes are set:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant