martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

ST3 doesn't stop at breakpoints neither show debug info #180

Closed megusta420 closed 6 years ago

megusta420 commented 6 years ago

Hello and thank you for your work!

I am using Windows 10 as host system and Vagrant (Ubuntu) as guest OS. My editor is ST3 and I've installed XDebug plugin (upgraded to the latest version). Also I've successfully installed xdebug on Vagrant OS:

phpinfo with the next config:

image

Also here is my ST3 xdebug config:

image

This is netstat on W10 host which shows that port is binded with plugin:

image

And this is the screenshot which shows xdebug log file on vagrant:

image

This is what happened when the new tab opened after running xdebug session:

image

And this is what happened (as you see nothing) in ST3:

image

And this is the ST3 console output:

image

So, tell me please, what am I doing wrong?

megusta420 commented 6 years ago

OOops! It was my mistake, I inserted port and other settings as a nested array into the "path_mapping" :( Sorry for disturbance, got it working as expected.

martomo commented 6 years ago

Glad to hear you got it working, will close the issue in order to mark it as resolved.