Nick Weavers - 2016-06-28 17:06:22
Hi Cyril,
Thanks for this very clear and concisely written article. I have used PhpEd almost from the day it first appeared and find the remote debugging feature invaluable for resolving issues that can still crop up on production servers even after code has passed all tests in dev and test.
Another tool to consider for your arsenal is dbForge Studio (for MySQL in my case). This PC based DB client has some very useful features, such as being able to compare databases or individual tables and synchronise if desired.
Personally, I like to connect the PhpEd remote debugger and the dbForge DB client through an SSH tunnel for security. It's pretty simple to do this in both tools.
Nick Weavers