Confirmed users
645
edits
Borischiou (talk | contribs) |
Borischiou (talk | contribs) |
||
| Line 30: | Line 30: | ||
* '''Desktop Example''': | * '''Desktop Example''': | ||
To connect to local layerscope | To connect to local layerscope | ||
Replace <tt>ws://192.168.112.129:23456</tt> with <tt>ws://localhost:23456</tt>, and press connect. | Replace '''<tt>ws://192.168.112.129:23456</tt>''' with '''<tt>ws://localhost:23456</tt>''', and press connect. | ||
Note: If you want to change '''gfx.layerscope.port''' on your nightly browser, please revise | Note: If you want to change '''gfx.layerscope.port''' on your nightly browser, please revise | ||
| Line 41: | Line 41: | ||
adb forward tcp:23456 tcp:23456 | adb forward tcp:23456 tcp:23456 | ||
The first argument is the host port and the second one is the target port. And then replace <tt>ws://192.168.112.129:23456</tt> with | The first argument is the host port and the second one is the target port. | ||
And then replace '''<tt>ws://192.168.112.129:23456</tt>''' with '''<tt>ws://localhost:23456</tt>''', and press connect. | |||