Joined: 23 Jul 2007 |
Posts: 1 |
|
|
|
Posted: Sun Jul 22, 2007 6:01 am |
|
|
|
|
|
I've spent around 16 hours now trying to get debugging to work and I'm at my wits end.
I've installed, re-installed, read faqs, changed ini files, tried all possible combinations of settings, de-installed everyting, re-installed again, etc. and it just won't work.
Here's my setup
- I want to debug php files on a site that is on my local machine, http://localhost/test
- I have win2003 server with IIS
- I have a fresh installation of PhpED
- I installed DBF and phpinfo() now shows me:
"This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with DBG v2.15.5, (C) 2000,2007, by Dmitri Dmitrienko"
- Tools-Settings is set to "HTTP Mode (3rd party WEB server)"
- Project root dir is set to C:\inetpub\wwwroot\test
- Root URL is http://localhost/test
- Remote directory is C:\inetpub\wwwroot\test
- If I type http://localhost/test in my browser, the index.php file shows ok
- When I start PhpED, in my windows tray starts a tool PHP DBG Listener, message "IDE "PhpED IDEVersion 5.0 (Build 5025eval)" attached"
- Now when I open the index.php file in PhpED it says 'Failed to start debug session Please make sure that debugger module is started on the server'
- typing in my browser http://localhost:7869/test/index.php?DBGSESSID=392865437378800005;d=1,p=0,c=1 shows 'client connected/client disconnected' in the listener
Help!
Robert
|
|