Carabus Alexandru
Carabus Alexandru

Reputation: 37

PhpStorm and Xdebug not working

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

enter image description here

I am using MAMP and the latest PhpStorm 2018.1

enter image description here

My server : enter image description here

My phpinfo() xdebug category : enter image description here

My php.ini enter image description here

XDEBUG LOG : enter image description here

To solve this issue i've place an absolute path on my server
enter image description here

Thanks.

Upvotes: 1

Views: 1634

Answers (1)

cdevries
cdevries

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

Related Questions