From 6a64c73ee0a424edbe2623042a0962854844f1b5 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 19 Aug 2025 20:23:19 +0200 Subject: [PATCH 1/2] docs: fix broken link in Readme pointing to MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old URL just loads a white page and I also don't know why that should be documented on a page for "Firefox profiler". This was a hard search to find that though, because for some reason the official docs name it "browser's toolbox" (searching for "enable remote debugging" was less fitting then), probably, because debugging a WebExtension is just a side-effect, so yeah… I can see how that comes from. It's way [easier to find that low level stuff like the protocol](https://firefox-source-docs.mozilla.org/devtools/backend/protocol.html). :sweat_smile: And unfortunately [the nice WebExtensionWorkshop](https://extensionworkshop.com/documentation/develop/debugging/) page, which is also from Mozilla, also does not offer any information on that topic, just in-browser debugging. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f742f4..281cc58 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ To use attach mode, you have to launch Firefox manually from a terminal with rem Note that if you don't use Firefox Developer Edition, you must first configure Firefox to allow remote debugging. To do this, open the Developer Tools Settings and check the checkboxes labeled "Enable browser chrome and add-on debugging toolboxes" and "Enable remote debugging" -(as described [here](https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Debugging_Firefox_Desktop#Enable_remote_debugging)). +(as described [here](https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html)). Alternatively you can set the following values in `about:config`: Preference Name | Value | Comment From 981a956d66835bd2dd46c2d071edaa6fc17abd2b Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 19 Aug 2025 20:25:38 +0200 Subject: [PATCH 2/2] docs: use proper quotation style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 281cc58..2f0617a 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ subdirectory of your project, e.g. `http://localhost/login/index.html`. To use attach mode, you have to launch Firefox manually from a terminal with remote debugging enabled. Note that if you don't use Firefox Developer Edition, you must first configure Firefox to allow remote debugging. To do this, open the Developer Tools Settings and check the checkboxes labeled -"Enable browser chrome and add-on debugging toolboxes" and "Enable remote debugging" +“Enable browser chrome and add-on debugging toolboxes” and “Enable remote debugging” (as described [here](https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html)). Alternatively you can set the following values in `about:config`: