4.4 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Pavel BesedovskijApr 22, 2024
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 }, f... Show more
Omer ŠabićFeb 3, 2024
Works without any problem on Linux + Brave + PhpStorm with Xdebug 3.2.1.
Lee McCallAug 7, 2022
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.
Jeremy SimkinsJun 9, 2022
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.
Patrick HenningerJun 7, 2022
Not working in Brave Browser...
Yunhui DengMay 30, 2022
After installing this extension in Chrome, I could never enable the debug mode, on two different computer:(
Manolis SXJan 21, 2022
Debugging works great. Is it possible turn on and off profiling with Xdebug 3+?
Tayner JhonyJul 8, 2021
the best extension !!
Giray TemelApr 10, 2021
not working
Bartosz TelesińskiApr 9, 2021
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.