Debugger won't work in symbolic link directories |
Site Admin
|
if you're running Apache, it's an expected behaviour because before running your script, Apache resolves the links and php does not know the original file name (symlink name). Hence debugger won't know the name either. Try echo __FILE__ and you'll see name of the file that both php and php debugger work with.
Just don't use symlinks or open original file in phped and set breakpoint in it, not in the symlink. |
||||||||||||
_________________ The PHP IDE team |
Debugger won't work in symbolic link directories |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by