Debugging PHP with Eclipse PDT

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • J. Nielsen

    Debugging PHP with Eclipse PDT

    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


    I create a PHP project called "debugtest" , with one file called
    "newfile.ph p". 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


Working...