Data is synced from the Chrome Web Store. View the official store page for the most current information.
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:(
Debugging works great. Is it possible turn on and off profiling with Xdebug 3+?
the best extension !!
not working
Nice tool, but can it be upgraded so it plays nice with Frontend app (Angular) with PHP API backend? Probably Chrome started to prevent something.