Reputation: 37
SOLVED
All day long I have tried different methods and techniques to make xdebug working. I have installed the plugin into Chrome, I've made the bookmarks for creating cookies...
The validator seems alright but when I try refreshing Chrome with breakpoints nothing happens. It's like the connection is not made, skipping my breakpoints.
I'm trying to made it work with PHP 5.6
I am using MAMP and the latest PhpStorm 2018.1
My phpinfo()
xdebug category :
To solve this issue i've place an absolute path on my server
Thanks.
Upvotes: 1
Views: 1634
Reputation: 69
What worked for me: I opened Workspace.xml in my .idea-folder and removed everything that had to do with xdebug.
Upvotes: 1