Can't debug existing php-system [message #1068005] |
Thu, 11 July 2013 15:46 |
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.01950 seconds