Xdebug Helper for Firefox version history - 5 versions
Xdebug Helper for Firefox by BrianGilbert_
Xdebug Helper for Firefox version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.0.10
Released 19 Jul 2023 - 352.42 kBWorks with firefox 48.0 and laterSource code released under MIT Licence
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.0.9
Released 11 Jul 2023 - 352.38 kBWorks with firefox 48.0 and laterSource code released under MIT Licence
Version 1.0.6
Released 10 May 2020 - 352.21 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Source code released under MIT Licence
Version 1.0.5
Released 5 Oct 2017 - 344.93 kBWorks with firefox 48.0 and later, android 48.0 to 68.*Fixed tab.url.match logic.
- if (!tab.url.match(/^about:/|/^moz-extension:/)) {
+ if (!tab.url.match(/^about:|^moz-extension:/)) {Source code released under MIT Licence
Version 1.0.4
Released 23 Aug 2017 - 344.93 kBWorks with firefox 48.0 and later, android 48.0 to 68.*-Moved popup icon to address bar
-Disabled addressbar icon at about:// and moz-extension://
-Updated address bar icons to SVG'sSource code released under MIT Licence