Connecting Tech Pros Worldwide Help | Site Map

Debugging PHP with Eclipse PDT

J. Nielsen
Guest
 
Posts: n/a
#1: May 4 '07
Hi guys,

I am trying to get the PHP debugger to run with Eclipse PDT 0.7,
unsuccessfully. I am on Windows XP, PHP 5, Apache 2.0.53 on localhost:8080.

I downloaded and extracted this zip-file
http://downloads.zend.com/pdt/all-in...-one-win32.zip

I create a PHP project called "debugtest", with one file called
"newfile.php". I set a breakpoint in one of the two lines.

Then I click "Run" and "Debug", and add a configuration for "PHP Web Page".
The settings are:
Server = http://localhost:8080/wa/debugtest
File / Project = debugtest/newfile.php
URL (Auto Generate checked) = http://localhost:8080/wa/debugtest/newfile.php

I made no changes to the "Advanced" and "Common" tabs in the "Debug"
dialogue.

When I click the "Debug" button in the dialogue, a new tab opens in Eclipse,
and I see the result of my script.

But the breakpoint is never hit :-(

Any help is highly appreciated!

--
BR
Jakob


Closed Thread