Joined: 25 Sep 2007 |
Posts: 6 |
|
|
|
Posted: Tue Feb 03, 2009 6:03 pm |
|
|
|
|
|
Hello,
I just upgraded from 5.2 to 5.6, and am having trouble with remote debugging.
In 5.2, I would simply setup the project and give an SFTP account for the files, then begin developing / debugging ... ignoring the project directory and just saving to the remote server.
In 5.6, whenever phped tries to open a file that is not local [while in debug mode] (all of them), I receive a popup:
Error
File "C:\<project directory>\file.php" is not found.
For more details on how to setup project mapping visit Nusphere Site.
I click "ok" (sometimes several times if there is a nested include), the file is downloaded from the server over sFTP, and debugging resumes .... just like it used to with 5.2. [Maybe not, breakpoints don't seem to be recognized].
Reading the new docs, it seems that the debugger wants all copies of remote files to be local, too. However, everything seems to be working OK remotely EXCEPT for the fact that these error messages keep popping up.
Is it possible to turn off these error messages someplace in the config?
Or how else can I continue to debug without copying the project down?
I apologize in advance if this is covered in the docs ...
TIA,
Nick
|
Last edited by intellispire on Wed Feb 18, 2009 9:21 pm; edited 1 time in total
|