-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Hi
For compatibility reasons with development servers in my office i redirect my document root directory from drive C:\inetpub to Drive D:\inetpub via directory junction and the whole installation uses the junction on drive C: without any problems. Only Eclipse seems to resolve the junction to it's original location on drive D:, although the project points to drive C: too, as all other resources do. PDT creates a path mapping from D: to the project location automatically, although it can use the project dir too (I can see the files in the project explorer). With a little help from chatgpt, i figured out, that xdebug and PDT doesn't see the same files now and therefore xdebug is starting, stops at the first line, if configured, but then it ignores all set breakpoints. I don't know, if this is an issue in PDT, but i guess it is. Another problem is, that pathmapping, like it is described so often to fix the issue with the breakpoints, doesn't help here. Is there something you can do here? Or have you any advice to get rid of it by myself without deleting the junction?