Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Can't debug existing php-system
Can't debug existing php-system [message #1068005] Thu, 11 July 2013 15:46
Peter L is currently offline Peter LFriend
Messages: 2
Registered: July 2013
Location: Germany, Northrhine-Westf...
Junior Member
Hello

I took an existing Project into eclipse.
Now I want to debug these programms.

It seems there's a problem with the folders.

eclipse expects the code unter h t t p : / / localhost/new_eclipse_project_name/old_project_name/index . php and so on.

But the call to the code ist: h t t p : / / localhost/old_project_name/index . php

When I configure the URL manually to h t t p : / / localhost/old_project_name the system starts, but none of the breakpoints were aktiv (found).

Path to the code (Windows 7)
c : / wamp/www/old_project_name/index . php and much more

How can I tell eclipse that index.php lies here (with all following code) and that eclipse should not use its own project name when starting and checking for the breakpoints?



Peter

more information:
using xdebug
Breakpoints in index.php work now,
but they don't work in all other php-codes,
that are called by index.php.
(System to debug ist an extention to CONTAO opensource cms.)

GOT IT.
There is a path mapping at configure the webserver.

[Updated on: Fri, 12 July 2013 06:19]

Report message to a moderator

Previous Topic:How to change the color of this secondary popup?
Next Topic:PDT + RSE wrong character encoding (Juno, Mac OS X)
Goto Forum:
  


Current Time: Fri Apr 26 03:58:19 GMT 2024

Powered by FUDForum. Page generated in 0.02375 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top