[dt serve] Support running in machine mode and when --run-app
is true
#8643
Labels
cost: medium
Medium engineering cost to implement
infra
P2
important to work on, but not at the top of the work list.
When the server is started with
--machine
, it uses machine-readable JSON as the output. Using--run-app
requires reading thestdout
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).The text was updated successfully, but these errors were encountered: