Indeed, I'm on PDT 2.0.1. Thanks for the solution. I will try as soon as
possible.

2009/9/7 <pdt-dev-requ...@eclipse.org>

> Send pdt-dev mailing list submissions to
>        pdt-dev@eclipse.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://dev.eclipse.org/mailman/listinfo/pdt-dev
> or, via email, send a message with subject or body 'help' to
>        pdt-dev-requ...@eclipse.org
>
> You can reach the person managing the list at
>        pdt-dev-ow...@eclipse.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pdt-dev digest..."
>
> Today's Topics:
>
>   1. Re:  XDebug, remote debug and Eclipse editor file path
>      (Dave Kelsey)
>
>
> ---------- Message transféré ----------
> From: Dave Kelsey <d_kel...@uk.ibm.com>
> To: PDT Developers <pdt-dev@eclipse.org>
> Date: Mon, 7 Sep 2009 10:02:33 +0100
> Subject: Re: [pdt-dev] XDebug, remote debug and Eclipse editor file path
> This was addressed, but I can't remember if it got into PDT 2.0.1 or
> whether this was fixed in PDT 2.1. Are you on PDT 2.0.1 ? if not then you
> could try that. If you are then you will need to move to PDT 2.1 (Eclipse
> 3.5 Galileo).
>
> Regards
>
> Dave Kelsey
>
>
> pdt-dev-boun...@eclipse.org wrote on 04/09/2009 14:58:25:
>
> > From:
> >
> > PomCompot <pomme_compote-pdtecli...@yahoo.fr>:
> >
> > To:
> >
> > pdt-dev@eclipse.org
> >
> > Date:
> >
> > 04/09/2009 14:58
> >
> > Subject:
> >
> > [pdt-dev] XDebug, remote debug and Eclipse editor file path
> >
> > Sent by:]
> >
> > pdt-dev-boun...@eclipse.org
> >
> > Hi,
> >
> > I get a little problem with PHP debugging with X-Debug. I thnik it's
> > related to path mapping or something like that.
> >
> > I have installed PDT on Eclipse 3.4 Ganymede and the Firefox add-on
> > to enable/disable debugging from the status bar.
> >
> > It works fine, except one thing, when it entered debug on Eclipse,
> > it opens the editor with the absolute path of the file and not with
> > the path relative to the project where the file is located..
> >
> > I can debug, but setting new breakpoints during debug set them on
> > the system file (absolute path) and not in the corresponding project
> > file. Moreover, with this problem, I could have the same file opened
> > twice in Eclipse: one that I opened with a path relative to its
> > containing project, one opened by the debug with an absolute system path.
>
> > Any idea for a solution?
> >
> > Thanks.
> >
> > Stephane
> >
> > Details of the configuration.
> > Eclise Ganymede 3.4 on Ubuntu Jaunty Jackalope 9.04 with Firefox 3.
> > 0.13 with Xdebug helper addon 0.3.1
> >
> > xdebug.ini:
> > zend_extension=/usr/lib/php5/20060613+lfs/xdebug.so
> >
> > xdebug.remote_enable=On
> > xdebug.remote_host="localhost"
> > xdebug.remote_port=9000
> > xdebug.remote_handler="dbgp"
> > xdebug.remote_mode=req
> > xdebug.idekey=ECLIPSE_XDEBUG
> >
> > project path:
> > /media/data/Workspace/MyApp
> >
> > url and apache alias config (http://localhost/MyApp)>
> > Alias /MyApp "/media/data/Workspace/MyApp/www"
> >
> > <Directory /media/data/Workspace/MyApp>
> >     Options Indexes FollowSymLinks
> >     Order Deny,Allow
> >     Allow from All
> > </Directory>
> >
> > path mapping in Eclipse:
> > Path on server => Local path
> > /MyApp           => /MyApp
> > _______________________________________________
> > pdt-dev mailing list
> > pdt-dev@eclipse.org
> > https://dev.eclipse.org/mailman/listinfo/pdt-dev
>
>
>
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>
>
_______________________________________________
pdt-dev mailing list
pdt-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Reply via email to