I have never used Xdebug, but i would like to start. I am using Ubuntu Linux and have already been able to:
- install php5-xdebug and make sure it is working
throughphpinfo()andvar_dump() - install the plugin through Sublime’s Package Manager
I can access the plugin’s menu through SHIFT+F8 setup the Xdebug url -
in sublime settings:
"settings": { "xdebug": { "url": "http://your.web.server" } }
Here’s what is going wrong:
- I can place breakpoints in the code, but the icon seems to be wrong,
it’s just an orange blob - When I “start debugging” the debug window appears completely empty
- when I access my script, it doesn’t stop at my break points.
What am I doing wrong?
these are the whole steps, worked for me
That is it!