ddmitrie wrote: |
phpeclipse != eclipse
If you need remote debugger for php, why don't you try NuSphere PhpED?
Let me know if you encounter any problems on this way. |
phpeclipse is kinda eclipse, it is after all just a set of classes extending the eclipse platform, i just wish it had a similar config to the SE IDE. Unfortunately its horrible. Why thy couldnt just go "ok, listen on port x for debug connections" and react the same way se does is beyond me, instead they tie the remote and local debugging up into the same thing and then make it project dependant, so in the one workspace you end up with per-project dbg settings, which really sucks when you consider the j2ee plugins for eclipse work in a very similar way as the SE IDE for the java debugging framework. oh well, life goes on i guess. Then again, i should probably stop complaining and perhaps hack phpeclipse to do things the right way in the first place
Why not use phped? Mostly cause i do it for fun... if i did it professionally, then i'd certainly be picking up phped, but its too hard to justify the cost when all i really do is hack around with it all the time.