The debugger has been working fine for me for a few weeks, now I'm starting to get an odd error.
In phped, when a debugging session is started, I get the following error:
Dbg mapping: File "D:\MyWebRoot\noname1.php" is not found. Check mapping settings for the project |
The weird thing is, that "noname1.php" file is a file that I had peviously created and then deleted. So the error is correct in that the file is non-existing. The prolem is that there are no references to this file anywhere in any of my code!
I've done a full-text search of all of the files in my web root, all of the PHPEd program files directory and my php directory and I can't find any references to this file. I've tried restarting my PC, restarting Apache, etc, etc. And the error keeps coming up.
So, I tried just putting a dummy file named noname1.php in the webroot, and then the problem goes away - for that file. BUT, I get the same error message for ANOTHER file that I have previously deleted but that is NOT referenced anywhere! If I delete the file again, the error comes back.
It seems to me like the reference to these files is being cached somewhere??
Oh and also the debugging continued normally after that error, but it happens again everytime a new debug session starts.