Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd some way of accessing warnings/DOM errors/console.log output on embedded devices #24084
Labels
Projects
Comments
|
Is this going to be specific to the device? E.g. on magicleap there's custom code in the embedder to hook up Rust logging to ML_LOG. |
|
Probably? Maybe we'll want a general embedding API for it. |
|
We can make use of the existing devtools server while still works in FF 68. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For app developers who are not developing Servo, they won't have the VS output window to show them useful page debugging info. We need some mechanism to allow getting this data from the device. Possibly we can run an HTTP server?