Firefox add-on for switching Xdebug remote debugging session.
This extension adds two buttons to the Firefox navigation toolbar: one for starting a debugging session, and another button for starting xdebug profiling.
This add-on requires Firefox 29+.
- Clone the repository
- Simply drag the file from build/thin-xdebug.xpi into your browser window and confirm the installation.
To rebuild the add-on, you need to install the current Firefox SDK first. The add-on can be rebuilt by:
git clone https://github.com/rlaffers/thinxdebug.git
cd thinxdebug.git
cfx xpi
By default, the Start debugging button creates a cookie with value "netbeans-xdebug" as expected by Netbeans IDE. You may want to change this value to something else via Add-ons Manager.