Recently my FireFox automatically updated itself and disabled XDebug helper plugin, which I use to debug PHP scripts with Komodo IDE. While it is possible to start debugging by adding XDEBUG_START_DEBUG=1 to the URL, it is not very convenient when debugging such framed applications as TYPO3 Backend.
There is no update for this plugin. Even worse: it is disappeared from the list of FireFox plugins. Fortunately I have it locally and managed to cheat FireFox to recognize this plugin as valid.
It is quite simple. Firsts, you need to shutdown FireFox. Next you need to go to the extensions/ subdirectory of your FireFox profile. On Mac it is in ~/Library/Application Support/Firefox/Profiles/ff3.default. In the extensions/ you will see xdebughelper@mail.ru and install.rdf inside it. Open this file in the text editor. You need to change two values there:
- set em:maxVersion to 3.*
- increase em:version
Start FireFox and you have XDebug icons in FireFox again!
Comments
this Addon sounds interesting. Could you provide a copy, please?
Thanks
Steffen
I took this one:
http://mac.softpedia.com/get/Internet-Utilities/Xdebug-Helper.shtml
For me, setting "em:maxVersion" to 3.* was enough.
Karsten
I guess you have to downgrade to 3.0, which you can get googling "old version firefox", install the plug-in, then get back to 3.5.7, and not to 3.6, since this trick doesn't seem to work with the latest version of firefox.
http://derickrethans.nl/new-xdebug-helper.html
Add a comment
All fields in this form are required!