Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.15 KB

Readme.md

File metadata and controls

48 lines (39 loc) · 2.15 KB

XDebug Helper for Microsoft Edge

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.

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 Microsoft Edge Addons and click "Get".

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.

Cool, but I use Chrome / Firefox?!

There is also Firefox version created by BrianGilbert.
And the original Extension Chrome version created by Mathijs Kadijk.

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