Local Toolbox
Components
- RDP Client
- Landing Page
- Config
Firefox
- lib/devtools
- client/shared/main
Chrome
- chrome-remote-debug-protocol
Getting Started
If you're building a new embedded application, you will be able to use
the rdp client out of the box. The client will let you connect to firefox,
chrome, and node, get the available tabs, and debug a single tab.
If you're building a new application, you can use the local toolbox as well,
which provides a UI for connecting to a tab and development environment for building
out your app. It is what we use to build the Firefox Debugger, so it has to be good!