When it comes to PHP, it's a different kind of magical beast compared to strongly-typed programming languages like C#. PHP is more like javascript than C#. While porting partuza to .NET, I thought I could live without needing to debug through PHP. In the end, I decided, it probably will be easier if I could debug it.
Initially, I tried PHPEclipse, which is a plugin for Eclipse. However...
[More]