Files in symlinked directories are not recognized by xdebug
Brought to you by:
thiago_silva
Since my files are in a deep directory tree, I symlinked them into /data/dpl/. When setting breakpoints, the file paths with the name of the symlinked dir is passed to xdebug - just that xdebug/php itself expands the names to the real directories, thus not using the breakpoints at all.
protoeditor should expand the names automatically before passing them to xdebug.
Logged In: NO
Files in symlinked directories don't work under dbg, either. Entering perfectly valid paths to both local and remote directories results in repeated error messages with wierd mangled pathnames in them saying "protoedit doesn't have access to the file /valid/path/to/file/mangledGarbage/pathIsNoLongerValid/index.php. Please make sure you have read access to this file" -- where "mangledGarbage" and "pathIsNoLongerValid" are spurious folder names that don't actually exist, and "/valid/path/to/file/index.php" is the actual path to reach the file.