Closed megusta420 closed 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.
Glad to hear you got it working, will close the issue in order to mark it as resolved.
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:
with the next config:
Also here is my ST3 xdebug config:
This is netstat on W10 host which shows that port is binded with plugin:
And this is the screenshot which shows xdebug log file on vagrant:
This is what happened when the new tab opened after running xdebug session:
And this is what happened (as you see nothing) in ST3:
And this is the ST3 console output:
So, tell me please, what am I doing wrong?