Skip to content

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

@willdrach-wk

Description

@willdrach-wk

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions