Joined: 20 Dec 2005 |
Posts: 2 |
|
|
|
Posted: Mon Dec 19, 2005 8:07 pm |
|
|
|
|
|
Ok, this one is probably answered elsewhere, but for the life of me I cannot find it
Scenario is
freeBSD, PHP 5.0.3
Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies
with DBG v2.11.32, (C) 2000,2005, by Dmitri Dmitrienko
This all seems fine,
dbg listener listening on WinXp
Using VS 2003 and VS.php, this is all fine set debug to remote host
Try to run app and the webpage I get back is
DBG
Failed to start debug session
reason:
client host address [hostNameHere] lookup failed
php.ini looks like
extension=dbg.so
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=devMachineHere
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
so no idea, any help appreciated, even pointing me in the right forum would be good
|
|
Site Admin
Joined: 13 Jul 2003 |
Posts: 8344 |
|
|
|
Posted: Tue Dec 20, 2005 3:58 am |
|
|
|
|
|
Quote: | client host address [hostNameHere] lookup failed |
it means that debugger module running on the server has failed to resolve [hostNameHere] to IP address.
A DNS problem?
|
|