mac-cain13 / xdebug-helper-for-chrome

Easily activate PHP debugging, profiling and tracing with this Xdebug Chrome extension
https://chrome.google.com/webstore/detail/eadndfjplgieldjbigjakmdgkmoaaaoc
310 stars 97 forks source link

Hotkey for fast toggle debug mode #45

Closed kubaceg closed 10 years ago

kubaceg commented 10 years ago

It will be nic to have hotkey for fast toggle debug mode, only on/off debuging.

mac-cain13 commented 10 years ago

Jep, nice idea! I don't know if we can add another global shortcut easily, but I'll take a pull request if someone fixes this. Don't have the time to implement this myself.

benja-M-1 commented 10 years ago

@kubaceg it seems that it already exists: https://github.com/mac-cain13/xdebug-helper-for-chrome/blob/master/source/manifest.json#L39

mac-cain13 commented 10 years ago

@benja-M-1 yes there already is a hotkey that is toggling trough all the options. But I think @kubaceg wants an option that only toggles between debuging and off, not the other options.

kubaceg commented 10 years ago

Yech, only on/off debugging, now you must choose option from context menu

benja-M-1 commented 10 years ago

Maybe misunderstand but according to the manifest.json there are two hotkeys :

Le 28 août 2014 à 08:37, Jakub Cegiełka notifications@github.com a écrit :

Yech, only on/off debugging, now you must choose option from context menu

— Reply to this email directly or view it on GitHub.

kubaceg commented 10 years ago

@benja-M-1 you have absolutely right! I did not notice this :) This is what I need :) :+1: