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
307 stars 97 forks source link

Ctrl+Shift+x keyboard shortcut not working in Chrome on Ubuntu #26

Closed ElijahLynn closed 11 years ago

ElijahLynn commented 11 years ago

Any ideas?

Update: When triggering the hotkey I do not get any output/errors in the console.

mac-cain13 commented 11 years ago

HI @ElijahLynn,

Thanks for taking the time to post your issue here! Could you check what version of Chrome you're using? Hotkeys are available since Chrome 25, I was hoping they would release version 25 soon, but it seems 24 is still stable now.

I think that the Chrome versions and me being not so clear about needing Chrome 25 for hotkeys are causing this confusion. Is that the case or are you on Chrome 25 (beta)?

ElijahLynn commented 11 years ago

I just got the C25 stable update in my repo, I am on C25 (Version 25.0.1364.97) now and it appears to be the same issue.

mac-cain13 commented 11 years ago

Just tested this with a fresh installation of Chrome 25 and a fresh install of the plugin, for me it works and on installation chrome tells me something like "click on the icon or use the hotkey ....". So it seems to work correctly over here.

If you go to Settings > Extensions there is a link that says something like "Configure hotkeys", could you check if XDebug Helper is mentioned in there and if the hotkey is set correctly? You can also customize the hotkey over there. I think the hotkey is not correctly set during the upgrade or something like that.

ElijahLynn commented 11 years ago

Just checked my extensions page and don't have anything referencing hotkeys or similar terms. I also searched settings for 'hot' and 'hotkey', no go. I am wondering if C25 for Linux doesn't have this support yet.

mac-cain13 commented 11 years ago

Too bad I don't have a Ubuntu Desktop machine to test this on. It's working like charm for me on Chrome for Mac and Windows. I noticed the link to configure hotkeys is called "Configure Commands" btw, but I'm afraid that isn't going to help you a bit.

When I've time I'll setup a Virtual Machine with Ubuntu and look into this, but I can't make any promises about when that will be. If you have any information that could help to solve this please let me know!

ElijahLynn commented 11 years ago

Perfect! I do have that setting. It was empty as you had said. It still didn't work on a refresh but I did a restart and it worked!!

Thanks

mac-cain13 commented 11 years ago

Great! Good to hear you've resolved the issue.

Happy debugging! :)