Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-25 Thread John Lavelle
When you get the message: *Error:* *Browser refused to debug this tab.* *Close Chrome Developer Tools (or any other browser debugger) and try again.* Press refresh on the browser and everything syncs correctly Best regards, John j...@jql.co.uk Bike Farkles:

Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread Andy Elster
I had that installed. I once again removed extra lines from my php.ini file, restarted Apache and now it mostly works. I now get the popup alert: Error: Browser refused to debug this tab. Close Chrome Developer Tools (or any other browser debugger) and try again. However, once I click OK,

Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread Geertjan Wielenga
Well, you need to install the Chrome connector plugin, everything indeed should work, this part of NetBeans has been fixed in 12.0. If you describe a step by step scenario here for someone to follow, so we’re sure we’re doing the same thing, we can take a look. Gj On Thu, 25 Jun 2020 at 06:25,

[PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread Andy Elster
I recently switched from Netbeans to Apache Netbeans and debugging is now broken. From Netbeans the IDE used to pop up a Chrome window, now I can't seem to get anything to work. I've gone to xdebug.org but that hasn't seemed to help. Anybody out there able to debug local PHP code using Apache