Skip to content
Josh Matthews edited this page Jul 31, 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 --release http://mozilla.org

Connecting via WebIDE

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

Clone this wiki locally