Hi!
I am currently evaluating PhpED, but can do no debugging yet. The error I get is
Failed to map remote file (/projects/x/index.php) to any local file. |
I have a Apache2 / PHP5 running locally and PhpED 3.3.3 (build 3379eval). The debug session can be established. The PHP script runs as it does without debugging; it does not stop at any breakpoint.
The log in the lower right corner of PphED says:
Action 11:51:50 Debug session /index.php (ID=[..]) started.
Dbg 11:54:34 Failed to map remote file "/projects/x/inde.php" to any local file. Check ma..
[..]
After having confirmed the above pop-up message for each included file, the IDE crashes with
Unrecoverable error: Access violation at address 081E00AB, accessing address 0000004c. IDE will be closed. |
My settings are:
Project -> Project Properties -> Properties:
Root directory: /projects/x
Source control: None
(Publishing section is completely empty)
Run mode: HTTP mode (3rd party WEB server)
Root URL: http://test_local/ (<- root directory for this domain in Apache2 config is /projects/x )
Remote root directory: /projects/x
Include path: /projects/x/lib;/usr/share/php5/PEAR/
Project -> Project Properties -> Mapping:
Remote directory Local diretory URL Publishing directory
/projects/x /projects/x http://test_local (empty)
/usr/share/php5/PEAR/ /usr/share/php5/PEAR/ (empty) (empty)
|
What am I doing wrong?
Thanks in advance,
samson