You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging, profiling and tracing PHP code with [Xdebug](http://xdebug.org/) is very powerful, but enabling
5
5
Xdebug with cookies or adding POST/GET variables is way too hard. This extension will help you to enable/disable
6
6
debugging, profiling and tracing of your PHP-code easily.
7
7
8
+
It is based on the Chrome extension https://github.com/mac-cain13/xdebug-helper-for-chrome/ with the edits to
9
+
remove unsupported webextensions API calls.
10
+
8
11
Hotkeys
9
12
-------
10
13
Ctrl+Shift+X (Cmd+Shift+X on Mac) opens the popup.
11
14
Alt+Shift+X toggles the debugging state.
12
15
13
16
How to install this extension?
14
17
------------------------------
15
-
**Stable version:** Go to the [Google Chrome Web Store](https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc)
18
+
**Stable version:** Go to the [Firefox Addons](https://addons.mozilla.org/en-GB/firefox/)
16
19
and click "Add to Chrome".
17
20
18
-
**Development version:**[Download the source from GitHub](https://github.com/mac-cain13/xdebug-helper-for-chrome/archive/master.zip)
19
-
and [load the extension into Chrome](http://developer.chrome.com/extensions/getstarted.html#unpacked)
21
+
**Development version:**[Download the source from GitHub](https://github.com/BrianGilbert/xdebug-helper-for-firefox/archive/master.zip)
22
+
and [load the extension into Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox)
20
23
yourself!
21
24
22
25
How do I contribute?
23
26
--------------------
24
-
A: [Submit issues and ideas](https://github.com/mac-cain13/xdebug-helper-for-chrome/issues)
27
+
A: [Submit issues and ideas](https://github.com/BrianGilbert/xdebug-helper-for-firefox/issues)
25
28
26
29
B: [Submit a pull request](https://help.github.com/articles/using-pull-requests)
27
30
@@ -33,11 +36,12 @@ _**Pro-tip:** Make sure to build upon the latest version of the code and keep pu
33
36
34
37
License
35
38
-------
36
-
The code of this project is licensed under the [MIT license](https://raw.github.com/mac-cain13/xdebug-helper-for-chrome/master/source/License)
39
+
The code of this project is licensed under the [MIT license](https://raw.github.com/BrianGilbert/xdebug-helper-for-firefox/master/source/License)
37
40
so you can use it in nearly every project you want to, commercial and non-commercial.
38
41
39
42
Special thanks
40
43
--------------
44
+
*[Mathijs Kadijk](http://mathijskadijk.nl/) for creating [Xdebug helper](https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc) for Chrome
41
45
*[remailednet](http://blog.remailed.net) for creating the original [XDebug Enabler](https://chrome.google.com/webstore/detail/eippbhbeglgcphcjmpjcjinjamabeoln) for Chrome
42
46
*[Guilherme Pim](https://github.com/pimguilherme) for contributing a Manifest v2 version
43
47
*[All contributors](https://github.com/wrep/xdebug-helper-for-chrome/graphs/contributors) for taking the time to create a pull request
0 commit comments