Skip to content
Josh Matthews edited this page Sep 17, 2015 · 5 revisions

Servo can connect to Firefox's Developer Tools, allowing you to troubleshoot JavaScript and CSS.

Starting Servo with Devtools

You can use the --devtools option to have Servo open a Devtools port for you. For example:

./mach run --devtools 6000 http://mozilla.org

Connecting from Firefox

Follow the step on MDN to enable remote debugging, then follow the next step on MDN to connect to Servo like a remote device.

Connecting via WebIDE

@TODO https://developer.mozilla.org/en-US/docs/Tools/WebIDE/Setting_up_runtimes#Remote_runtime

Clone this wiki locally