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

[dt serve] Support running in machine mode and when --run-app is true #8643

Open
elliette opened this issue Dec 17, 2024 · 0 comments
Open
Labels
cost: medium Medium engineering cost to implement infra P2 important to work on, but not at the top of the work list.

Comments

@elliette
Copy link
Member

When the server is started with --machine, it uses machine-readable JSON as the output. Using--run-app requires reading the stdout which is currently not set up to understand JSON.

Support for this should be added if we want to be able to debug a DevTools app when using --machine (for example, to debug a DevTools instance embedded in VS Code or intelliJ).

@elliette elliette added infra P2 important to work on, but not at the top of the work list. cost: medium Medium engineering cost to implement labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cost: medium Medium engineering cost to implement infra P2 important to work on, but not at the top of the work list.
Projects
None yet
Development

No branches or pull requests

1 participant