Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mac-cain13/xdebug-helper-for-chrome
Easily activate PHP debugging, profiling and tracing with this Xdebug Chrome extension
https://github.com/mac-cain13/xdebug-helper-for-chrome
browser-extension chrome debugger google-chrome php xdebug xdebug-enabler
Last synced: 5 days ago
JSON representation
Easily activate PHP debugging, profiling and tracing with this Xdebug Chrome extension
- Host: GitHub
- URL: https://github.com/mac-cain13/xdebug-helper-for-chrome
- Owner: mac-cain13
- Created: 2012-09-14T12:49:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T18:12:17.000Z (8 months ago)
- Last Synced: 2024-12-21T20:08:45.212Z (12 days ago)
- Topics: browser-extension, chrome, debugger, google-chrome, php, xdebug, xdebug-enabler
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc
- Size: 310 KB
- Stars: 311
- Watchers: 21
- Forks: 98
- Open Issues: 36
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
XDebug Helper for Google Chrome
===============================Debugging, profiling and tracing PHP code with [Xdebug](http://xdebug.org/) 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.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 [Google Chrome Web Store](https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc)
and click "Add to Chrome".**Development version:** [Download the source from GitHub](https://github.com/mac-cain13/xdebug-helper-for-chrome/archive/master.zip)
and [load the extension into Chrome](http://developer.chrome.com/extensions/getstarted.html#unpacked)
yourself!How do I contribute?
--------------------
A: [Submit issues and ideas](https://github.com/mac-cain13/xdebug-helper-for-chrome/issues)B: [Submit a pull request](https://help.github.com/articles/using-pull-requests)
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._
Cool, but I use Firefox?!
-------------------------
There is also [Firefox version](https://github.com/BrianGilbert/xdebug-helper-for-firefox) created by BrianGilbert that you could try.License
-------
The code of this project is licensed under the [MIT license](https://raw.github.com/mac-cain13/xdebug-helper-for-chrome/master/source/License)
so you can use it in nearly every project you want to, commercial and non-commercial.Special thanks
--------------
* [remailednet](http://blog.remailed.net) for creating the original [XDebug Enabler](https://chrome.google.com/webstore/detail/eippbhbeglgcphcjmpjcjinjamabeoln) for Chrome
* [Guilherme Pim](https://github.com/pimguilherme) for contributing a Manifest v2 version
* [All contributors](https://github.com/mac-cain13/xdebug-helper-for-chrome/graphs/contributors) for taking the time to create a pull request