Hi,
I use the combination of Eclipse PDT and XDebug very successfully to develop and debug my applications. So thanks to their creators, and if you haven't tried this combination, I strongly suggest you do.
The only thing bugging me is, that I couldn't find a way to start a debug session by requesting a random script right in my browser. I always have to start the session in Eclipse on one of my scripts and debug configurations.
I have minimized the pain by adding a "debug.php" to my project that contains only
<?php
// you can debug any request now
but still I have to finish this script and then do the request to whatever I really want to debug.
Is there a way to create a debug configuration that is not bound to a specific script but just tells PDT to start listening for requests from XDebug?