Skip to content

BrianGilbert/xdebug-helper-for-firefox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 19 commits ahead, 7 commits behind mac-cain13:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

XDebug Helper for Firefox

Debugging, profiling and tracing PHP code with Xdebug is very powerful, but enabling Xdebug with cookies or adding POST/GET variables is way too hard. This extension will help you to enable/disable debugging, profiling and tracing of your PHP-code easily.

It is based on the Chrome extension https://github.com/mac-cain13/xdebug-helper-for-chrome/ with the edits to remove unsupported webextensions API calls.

Hotkeys

Ctrl+Shift+X (Cmd+Shift+X on Mac) opens the popup.
Alt+Shift+X toggles the debugging state.

How to install this extension?

Stable version: Go to the Firefox Addon and click "Add to Firefox".

Development version: Download the source from GitHub and load the extension into Firefox yourself!

How do I contribute?

A: Submit issues and ideas

B: Submit a pull request

  1. Fork this repo and create a branch
  2. Commit and push your changes to your branch
  3. When you're happy send us a pull request!

Pro-tip: Make sure to build upon the latest version of the code and keep pull request as small as possible. This makes your pull request easy to merge.

License

The code of this project is licensed under the MIT license so you can use it in nearly every project you want to, commercial and non-commercial.

Special thanks

About

Easily activate PHP debugging, profiling and tracing with this Xdebug Chrome extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.3%
  • CSS 24.0%
  • HTML 18.7%