Rated 4 out of 5 stars

The settings panel cannot be saved (clicking the button has no effect). You can set the IDE key directly at extensions.easyxdebug.idekey in about:config. Apart from that, it works nicely.

umpirsky: in FF 4 extension buttons go to an extension toolbar instead of the status bar (which was removed); maybe you have disabled it?

Rated 1 out of 5 stars

There are no start/stop xdebug session buttons on FF 4.01 / Ubuntu 10.04

This user has a previous review of this add-on.

Rated 3 out of 5 stars

Dont know why I should use it? I use NetBeans with MoWeS and Apache 2 + xdebug. Start my PHP project, set a breakpoint in the SourceCode and it stops. What can your do addon better?

Greats Chris2011

Rated 1 out of 5 stars

I am unable to use this extension with FF4, even though it is supposedly compatible with FF 4. It does not allow me to change the Xdebug.idekey value from "netbeans-xdebug" to use with Komodo, and I cannot tell which setting the enable/disable icons are at. The title for the start session and start profiler buttons do not change when they are clicked to change state. Very frustrating, because I relied heavily on Xdebug Helper.

Rated 4 out of 5 stars

It works. :-)

Rated 3 out of 5 stars

It crashes the browser (FF 3.6.15) when disabling/enabling

This review is for a previous version of the add-on (1.4). 

Rated 3 out of 5 stars

I am using Firefox 3.6.13. The icons to enable debugging and profiling are respectively inversed with those that show debugging and profiling disabled (plus the tooltip of the icons is always the same, regardless the state). Therefore at first I did not understand what was happening since it was not intuitive to have the icons like that. Sometimes the settings dialog does not work (I assume there is some kind of bug there, in Firefox or in the extension). Apart from that the extension works fine and does the exact same job that did Xdebug Helper.

This review is for a previous version of the add-on (1.4). 

Rated 3 out of 5 stars

Does it work on Ubuntu...couldn't make it work on Ubuntu 10.4 :(

This review is for a previous version of the add-on (1.4). 

Rated 5 out of 5 stars

Works in FF4b5 with modified install.rdf ! everything is fine

Thank you

This review is for a previous version of the add-on (1.4). 

Rated 5 out of 5 stars

o, btw i cant find the edit source/hack me button
you have a cvs/git repo some ware?
i want to incorprate frame support, and a cookie killer(is handy for devolepmet of session handlers

This review is for a previous version of the add-on (1.4). 

Rated 5 out of 5 stars

Good plugin:
+ works on eclipse(make shore eclipse is configured and it should listen for requests and prompt you)
+ lite code
+ starts and ends debug session(no url edit)
+ does profiling(enable it in xdebug and use (Win)CacheGrind on the putput folder)

This review is for a previous version of the add-on (1.4). 

Rated 5 out of 5 stars

It took min 10 minutes to that it was needed to set the IDE key to netbeans-xdebug in the settings.
After that this extension worked perfectly and is essential to debug with netbeans.
Great job !

This review is for a previous version of the add-on (1.4). 

Rated 5 out of 5 stars

Now I understand it but I can't change the old review...

After having trouble to understand how to start the debugging process I got it work. So first start the debugger in netbeans. Then switch on debugging using the add on in firefox and turn it of there without stopping the debugger in netbeans

This review is for a previous version of the add-on (1.4). 

Rated 5 out of 5 stars

Thx, version 1.4 is similar to xdebug helper and a proper replacement.

This review is for a previous version of the add-on (1.4). 

Rated 3 out of 5 stars

This extension (Version 1.3) doesn't work with FF 3.6 caused by the following:

- you are using 2 different pref keys (extensions.xdebughelper.idekey and extensions.easyxdebug.idekey)

- you are using the false code to get the extension prefManager:
main.js:Line 51
var prefManager = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);

should be:

var prefManager = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService);

Would also be nice that the package will be released for SeaMonkey >= 2.0

This review is for a previous version of the add-on (1.3). 

Rated 3 out of 5 stars

The extension is quite ok, but I don't like, that it re-submits the current page. XDebug Help is still the better option. You still can get it from http://releases.mozilla.org/pub/mozilla.org/addons/3960/, but you have to make it compatible with Firefox 3.6, which is not a big deal with the MR Tech Toolkit extension.

This review is for a previous version of the add-on (1.3). 

Rated 3 out of 5 stars

This addon does work for remotely debugging. However, I miss the Xdebug helper addon. That addon had easy to recognize icons and the option to profile remotely.

This review is for a previous version of the add-on (1.3). 

Rated 5 out of 5 stars

Now that it supports stopping the debug session it's a great tool and a proper replacement for the discontinued Xdebug helper add-on. A nice extra feature would be if you could start/stop profiling, too.

This review is for a previous version of the add-on (1.3).