Hello,
I downloaded the trial version and installed the module successfully (phpinfo says "Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
with DBG v3.1.9, (C) 2000,2006, by Dmitri Dmitrienko").
I installed a WAMP System which works fine. The document_root according to phpinfo() is
F:/Downloads/xampplite/htdocs.
In
F:\Downloads\xampplite\htdocs\oz
are php files which I would like to debug.
I can view the content of
F:\Downloads\xampplite\htdocs via http://localhost
respectively
F:\Downloads\xampplite\htdocs\oz via http://localhost/oz
Okay, so I created a new project with the following settings:
When I now click the "Remote debug" button (or the debug button, it does not matter), I receive the following error:
Even when I change the settings to
It does not work.
The mapping for the project looks like this:
I read all the FAQs here, searched the forums but I am just getting more confused the more I read.
I think the error should be easily located, but I am to blind for it. I think it's just a path thing...
Is there any logfile I could get a SPECIFIC error message from? The error does not say WHY it can not debug the file. The log of the PHP DBG Listener just states:
Quote: |
06.02.2007 13:31:26 New SSL certificate is successfully created
06.02.2007 13:31:26 Listener started
06.02.2007 13:31:26 IDE "PhpED IDEVersion 4.6.3 (Build 4633eval)" attached |
Any help is appreciated!
Thanks,
scav