Having problems connecting with XDebug -

I have a ubuntu server on my network that is running php

In the php.ini file. I say

zend_extension = "/usr/lib/php/20170718/xdebug.so"
xdebug-remote_host = "10.0.0.38"
xdebug.remote_enable = 1
xdebug.remote_mode = "req"
xdebug.remote_port = 9000

I restart the server and confirm that the debugger is running

 

I then use PHP Storm to Run/Web Server Debug Validation and I see this

I don't under the "remote host is configured as localhost" comment.  I need a little help figuring our my configuration error. 

Thanks,

Dave

0
4 comments

found the problem with

xdebug-remote_host = "10.0.0.38"

and corrected it.

Things look better but I stil see Debug protocol is not supported

Thanks,

Dave

0

I stil see Debug protocol is not supported

Please vote: https://youtrack.jetbrains.com/issue/WI-50273
It doesn't affect functionality and can be safely ignored.

0

Sorry, but I'm still having problems.

In the debugger window when I say "View Breakpoints, I see the proper PHP breakpoints.  When I run the script, execution is not paused and this is what I see in the Debugger window

 

None of the Step icons or the Run To Cursor icon seen to do anything.

I also remain confused about the settings for remote host as they seem to be for SFTP.  Is my server, which is on my network, a remote host?  In my Remote Host settings I show the type as Local or Mounted Folder and script execution works fine.

Thanks,

-dmd-

0

Not sure how I did it, but I have it working.  Thanks for your help.

0

Please sign in to leave a comment.