I had the debugger working with php5RC3 and than I upgraded to php5.0 final release and the debugger stopped working. Can it be due to the incorrect dll-version? It returns the following error: What does it mean?
 	
	| DBG
 
 Failed to run DBG session
 
 reason:
 client ip address [NULL] lookup failed
 debugger request found in "query_string".
 Not sure what it means? Visit http://www.nusphere.com/dbg/ for troubleshooting.
 
 | 
I have followed all the steps in the FAQ. phpinfo says:
 	
	| dbg
 DBG php debugger, version 2.16.10, Copyright 2001, 2004 Dmitri Dmitrienko, http://www.nusphere.com/dbg
 
 Version    2.16.10
 Linked    as a shared library.
 Dbg security    enabled.
 Profiler    compiled, enabled
 
 Directive   Local Value   Master Value
 debugger.enable_session_cookie   On   On
 debugger.enabled   On   On
 debugger.fail_silently   On   On
 debugger.hosts_allow   protected value   protected value
 debugger.hosts_deny   protected value   protected value
 debugger.ignore_nops   Off   Off
 debugger.JIT_enabled   Off   Off
 debugger.JIT_host   clienthost   clienthost
 debugger.JIT_level   3   3
 debugger.JIT_port   7869   7869
 debugger.net.chunksize   128000   128000
 debugger.net.maxpacketsize   1024000   1024000
 debugger.ports   protected value   protected value
 debugger.profiler_enabled   On   On
 debugger.session_nocache   On   On
 debugger.timeout_seconds   300   300
 
 | 
debugger version is: 2.16.3
php.ini:
 	
	| debugger.enabled=on
 debugger.profiler_enabled=on
 debugger.hosts_allow=192.168.0.101
 debugger.hosts_deny=ALL
 debugger.ports=7869, 10000/16
 
 | 
thanks
madwax[/img]