1.1.0 • Published 9 years ago
reload-firefox v1.1.0
reload-firefox
TODO
Usage
Enable remote debugging
In about:config
:
devtools.chrome.enabled = true
devtools.debugger.prompt-connection = false
devtools.debugger.remote-enabled = true
Start the debugger server
This can be done manually, by giving the listen
command in the developer toolbar, or automatically, by specifying the --start-debugger-server
option on the command-line.
On OS X:
open -a /Applications/Firefox.app --args --start-debugger-server
About
Made by Miëtek Bak. Published under the MIT X11 license.