Home

Awesome

RDP Monitor - Firefox DevTools Panel Addon

Status: WORKING PROTOTYPE

This restartless Firefox extension adds a new panel into the new Developer Toolbox, to quickly log and inspect Remote Debugger Protocol message exchanging, which is useful to better understand how it works or to helps Firefox DevTools developers to debug their changes to the developer tools actors and clients.

By default it doesn't log anything, then we can choose which connection we want to be logged by selecting it from the connections selector.

Currently in the connections selector lists the current toolbox target (which is an outgoing connection even if it's local) and all the incoming connections to the local DebuggerServer.

NEXT