61 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
David Oliveira
Dec 25, 2024
No longer available on chrome
Please, it is a great extension. please update so we can continue using.
- Report illegal content
- Copy link
Simon Bland
Dec 20, 2024
No longer supported by Chrome
I received the following message from Chrome today regarding this extension:
This extension was turned off because it’s no longer supported.
I managed to turn it back on, and it seems to be working as before — but for how long?
The Chrome Web Store is also showing this message:
This extension is no longer available because it doesn’t follow best practices for Chrome extensions.
Thank you for creating such a great extension, which has worked perfectly for me so far. I would really appreciate it if it could be updated.
- Report illegal content
- Copy link
Ihor Sviziev
Dec 18, 2024
Please update extension
Hi,
Please update the extension because now it states that it will not be available soon.
It's a great extension, and really useful!
- Report illegal content
- Copy link
Pavel Besedovskij
Apr 22, 2024
Latest version of chrome on Windows is with JS error
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, which actually throws an exception and makes impossible to turn off/on xdebug:
// 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");
}
);
});
- Report illegal content
- Copy link
Ash Moore
Jan 18, 2024
Opera GX version
Hi there,
I absolutely love your xDebug extension, but I equally hate Google Chrome and have recently started using Opera GX as my go-to browser of choice. Will you be developing the xDebug extension for this browser in the near future do you think?
Keep up the great work!
- Report illegal content
- Copy link
Jeremy Simkins
Jun 9, 2022
Doesn't work for Xdebug 3+
Hello, this extension does not seem to work for Xdebug 3+. Do you plan to push an update out for this?
- Report illegal content
- Copy link
rishtekhojo. com
May 21, 2022
how to confing debuger
please tell me how the crome debuger work
- Report illegal content
- Copy link
Ramdeo Angh
Dec 21, 2021
not working In VS CODE
Xdebug is working fine on locally but when I want to test my website which is hosted on AWS it does not work. one of my collegue pc , It is working
do you have some info for VS code
- Report illegal content
- Copy link
Bruno Guillemette
Mar 5, 2021
Developer mode needs to be enabled for extension to work
Not sure if it was intentional or not, but the Extensions Developer mode needs to be enabled for Xdebug helper to work.
- Report illegal content
- Copy link
刘小麦
Sep 9, 2020
request
一般吧,遇到的问题就是点图标没效果,后来发现是因为里面用了Google的css还有字体什么的,大陆访问太慢造成的,我也是服了,就那几个文件就不能放本地?
- Report illegal content
- Copy link