alex-LE / yourTinyTodo

Simple way to manage your todo list in AJAX style.
Demo Nightly Build: http://www.yourtinytodo.net/demo
GNU General Public License v3.0
64 stars 22 forks source link

Remote debug via PHPStorm?! #83

Open electricmessiah opened 11 years ago

electricmessiah commented 11 years ago

Not sure where to post this.. so let me know if this is bad form and where I should post it.

I spoke with Alex recently and found that he also uses PHPStorm for developing YTT. I've been using it for all of my code as well, but I've never been able to get the remote debug feature working so you can step through this project with breakpoints. I'm currently using a Linux Mint 13 as my web server with Xdebug installed.

I'd really like to contribute to this project, but I want breapoints! If anyone knows how to make this work let us know! I've already attempted all of the resolutions paths (I've been able to find) from Googling around to no avail.

jeangld commented 11 years ago

I want to contribute too, since I work with this todo list on a daily basis.

I'm also interested in a good solution where Debugging, Breakpoints, Profiling and Git versioning is included.