PHPStorm 2016.3.2 + php 7.1 + xdebug on ubuntu 16.04
Hi all,
I tried already all I could find in internet.
But it never works.
Is there any step by step documentation how to install and use this combination on unbuntu 16.04 64 bit?
webserver and PHPStorm run on the same ubuntu system.
thx for help :)
Please sign in to leave a comment.
Hi,
After installed Apache and php in your computer, you need to install Xdebug:
After that edit your xdebug config file with your prefered editor, located on:
Add this information to the config file:
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_autostart=0
After save the file, restart the apache:
Then just start PhpStorm and now the xdebug should be working!
For those with problem with the solution above, set xdebug.remote_autostart to 1, not 0
Hi
Same config and same problem here.
xdebug.remote_autostart = 1 dont work for me.
Under Run/Webserver Debug Validation marked all green.
Debug works but no breakponts detected.
Attila, are you using a local interpreter or a remote one?
And also share the whole Xdebug section of php.ini with us.
Sorry Eugene!
Was my fault.
I used one symlink in my project ;)
Thanx for your support!
Attila