Data is synced from the Chrome Web Store. View the official store page for the most current information.
This was the only Xdebug helper that worked out of the box for me. Rest of them just didn't work no matter how much I tried. What is wrong with google to remove this?
I have used Xdebug Helper for years. Hate to see it go. I have submitted my own interpretation to Google, and it is currently under review. If you want to manually install my version in the meantime, it is available on GitHub: https://github.com/ThreeLeaf-com/xdebug-chrome-extension
This thing is a staple in my day to day! Please don't deprecate it, ever!
Is no longer working after the latest Chrome Update. Checkout the alternative from JetBrains: https://chromewebstore.google.com/detail/xdebug%20extension/aoelhdemabeimdhedkidlnbkfhnhgnhm
hasnt worked since xdebug 3
Latest version of chrome on Windows is with JS error. I had to clear the cookies to make sites working without XDEBUG Seems like the issue is due to wrong implementation of this method https://developer.chrome.com/docs/extensions/reference/api/tabs#method-sendMessage - it accepts 4 arguments, with a callback as the last one, while in extension it is 3rd argument: // Request the current state from the active tab chrome.tabs.query({ active: true, windowId: chrome.windows.WINDOW_ID_CURRENT }, function(tabs) { chrome.tabs.sendMessage( tabs[0].id, { cmd: "getStatus", idekey: ideKey, traceTrigger: traceTrigger, profileTrigger: profileTrigger }, function(response) { // Highlight the correct option $('a[data-status="' + response.status + '"]').addClass("active"); } ); });
Works without any problem on Linux + Brave + PhpStorm with Xdebug 3.2.1.
Отлично работает!
The profiler works for me using xdebug 3.1.5 and PHP 8.1.9. If its not working for you, maybe you don't have your xdebug settings configured correctly.
Doesn't work for xdebug 3. Can no longer turn on or off debug and it just doesn't work like it did for xdebug 2.
Not working in Brave Browser...
After installing this extension in Chrome, I could never enable the debug mode, on two different computer:(