Running in HTTP mode (SVR local WEB server) means you are using PhpEd's internal web server I believe. I have a similar set up but I find it easier to use a package like XAMPP which provides Apache/PHP/MySQL at the latest levels in one convenient bundle.
The way I have PhpEd set up is to use HTTP mode (3rd Party Web Server). You need to install the debugger as a php extension which involves copying the debugger dll file into the ext folder and updating you php.ini file to activate it. The folks at NuSphere have made this very easy by providing a php file called dbg-wizard.php which you can get from their website here:
http://www.nusphere.com/products/dbg_wizard_download.htm
Just copy it into your root webserver directory and run it from the browser (http://localhost/dbg-wizard.php). It will query your set-up and tell you what you need to do.
Although it talks about a remote webserver, it is the same deal for apache running on your PC.
Good luck!