Can someone
Please help me understand the mapping process for remote debugging. I don't know if it's me (probably) but I just cannot get this to work.
I am trying to open / Run/debug files that are locally stored using wamp server with Apache
Here is what I have:
Windows XP Pro sp3
wamp server with Apache 2.2.8 & PHP 5.2.6
PhpEd Pro 5.2
PhpEd install dir: C:\program Files\NuSphere\PhpEd
wamp server install dir: D:\wamp
Site file dir: D:wamp/www/OOP
from phpinfo():
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with DBG v3.2.10, (C) 2000,2007, by Dmitri Dmitrienko
extension_dir: d:/wamp/bin/php/php5.2.6/ext/
Loaded Configuration File: D:\wamp\bin\apache\apache2.2.8\bin\php.ini
Apache Version: Apache/2.2.8 (Win32) PHP/5.2.6
DOCUMENT_ROOT: D:/wamp/www/
I tried setting the project properties as follows:
Project:
C:\Documents and Settings\John T Ingato\Application Data\NuSphere\PhpED\projects\OOP.ppj
Project Root: D:/wamp/www
Root URL: http:\\localhost\OOP
Remote Root Directory:
D:/wamp/www
Two things happen: In my workspace window under the project OOP all the files and folders are listed, but the icon are now missing. Also, when I try to run/debug index.php (or any file in the list), I get an error dialog stating:
Quote: |
File
"D:\wamp\www\OOP\index.php" does not belong to any project in currently opened workspace.
Remote debugging is not available. |
Please help me. I know it me, I am a noob after all!
Thank you all in advance.
John