# repl-panel **Repository Path**: mirrors_mdn/repl-panel ## Basic Information - **Project Name**: repl-panel - **Description**: This add-on lets you send remote debugging protocol requests to the debugging server, and displays the response. - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This add-on lets you send [remote debugging protocol](https://wiki.mozilla.org/Remote_Debugging_Protocol) requests to the debugging server, and displays the response. To use it, just type the JSON message into the textbox and hit Ctrl+Enter. The response is displayed on the right-hand side. For example, try: {} or: { "to": "root", "type": "listTabs" } To learn more about how this add-on works see the tutorial at: [https://developer.mozilla.org/en-US/docs/Tools/Adding_a_panel_to_the_toolbox](https://developer.mozilla.org/en-US/docs/Tools/Adding_a_panel_to_the_toolbox).