Reputation: 7458
I am looking for an online service where I can host my entire php project which contains mySql, java scripts etc and yet be able to debug my php code line by line just like what I can do with Eclipse PDT (Zend Debuuger plugin, etc).
I am not looking for a pastebin like mentioned here similar question, i am looking for a complete online debugging package so that we can complete the development all online.
Upvotes: 0
Views: 365
Reputation: 3209
It sounds like you're looking for a server or VPS solution. You can use xdebug, install whatever software you want, and use it the way you want.
Upvotes: 2