hi
I'm testing Nusphere 4.6 with Zend Core for Oracle and Oracle XE
but I have problem with the debugging
as written in the help, I have put in the php.ini before any other zend_extension:
 	
	| zend_extension_ts="E:\Zend\Core For Oracle\lib\zend\debugger\php-5.1.x\php_dbg.dll-5.1.x" | 
before i Have put
 	
	| debugger.enabled=on debugger.profiler_enabled=on
 debugger.hosts_allow= 127.0.0.1 localhost exerc bzo1 emdola
 debugger.hosts_deny=ALL
 debugger.ports=7869, 10000/16
 | 
I have restarted the server, in the php info everything seems all right, I have the lines for the debugger:
 	
	| DBG php debugger, version 3.1.1, Copyright 2001, 2006 Dmitri Dmitrienko | 
in my project, I have configured in the properties the mapping also
but when I Try to launch a debugging session
I have an error:
Failed to start debug session (time out), please verify if debug server is installed
any advise?
thanks