finally got it, thanx for the assistance.
Project Properties, Properties tab
Root directory: \\MyServer\www\my-project.de\htdocs\public (Samba does this for me)
Run mode: HTTP mode (3rd party WEB server)
Root URL: http://www.my-project.de
Remote root dir: /var/www/tumirnix.de/htdocs/public
|
Using this, you don't see the
application and the
libary directoy in this project. So, I added a second project to the Workspace:
Root directory: \\MyServer\www\my-project.de\htdocs
|
The second project shows all the source trees.
The active project is the first one. And in the first project I put the following entries into the Mapping-tab:
/var/www/my-project.de/htdocs/libary \\MyServer\www\my-project.de\htdocs\library
/var/www/my-project.de/htdocs/application \\MyServer\www\my-project.de\htdocs\application
|
When I set a breakpoint in the second project, execution stops, even if the first one is the active one.