Hello there you are my last resort.
I have been trying to set-up Xdebug with Aptana, PDT and XdebugClient with
not luck with ether one. There are two type of results I am getting. 1. The
debug session start and terminated without stopping on breakpoints. Second,
I am getting message "waiting to xdebug session" (in Eclipse & Aptana) or
"Unable to create listening socket" with XdebugClient. I am almost certain
at this point that something is wrong with my xdebug
installion/configuration. So, I am going to spell out my configuration and
hope that someone will be able to see the problem. However, I know that the
xdebug is working because I am getting
Thank very much for your help
Windows XP with xampp install on C:.
C:\xampp\php\php.ini
[XDebug]
;; Only Zend OR (!) XDebug
;zend_extension_ts="C:\xampp\php\ext\php_xdebug.dll"
zend_extension_ts="C:\xampp\php\ext\php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=true
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"
C:\xampp\apache\bin\php.ini
[XDebug]
;; Only Zend OR (!) XDebug
;zend_extension_ts="C:\xampp\php\ext\php_xdebug.dll"
zend_extension_ts="C:\xampp\php\ext\php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=true
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"
phpinfo()
xdebug
*xdebug support*
*enabled*
Version
2.0.4
*Supported protocols*
*Revision*
DBGp - Common DeBuGger Protocol
$Revision: 1.125.2.6 $
GDB - GNU Debugger protocol
$Revision: 1.87 $
PHP3 - PHP 3 Debugger protocol
$Revision: 1.22 $
*Directive*
*Local Value*
*Master Value*
xdebug.auto_trace
Off
Off
xdebug.collect_includes
On
On
xdebug.collect_params
4
4
xdebug.collect_return
Off
Off
xdebug.collect_vars
Off
Off
xdebug.default_enable
On
On
xdebug.dump.COOKIE
*no value*
*no value*
xdebug.dump.ENV
*no value*
*no value*
xdebug.dump.FILES
*no value*
*no value*
xdebug.dump.GET
*no value*
*no value*
xdebug.dump.POST
*no value*
*no value*
xdebug.dump.REQUEST
*no value*
*no value*
xdebug.dump.SERVER
*no value*
*no value*
xdebug.dump.SESSION
*no value*
*no value*
xdebug.dump_globals
On
On
xdebug.dump_once
On
On
xdebug.dump_undefined
Off
Off
xdebug.extended_info
On
On
xdebug.idekey
Administrator
*no value*
xdebug.manual_url
xdebug.max_nesting_level
100
100
xdebug.profiler_aggregate
Off
Off
xdebug.profiler_append
Off
Off
xdebug.profiler_enable
On
On
xdebug.profiler_enable_trigger
Off
Off
xdebug.profiler_output_dir
C:\xampp\tmp
C:\xampp\tmp
xdebug.profiler_output_name
cachegrind.out.%p
cachegrind.out.%p
xdebug.remote_autostart
Off
Off
xdebug.remote_enable
On
On
xdebug.remote_handler
dbgp
dbgp
xdebug.remote_host
localhost
localhost
xdebug.remote_log
*no value*
*no value*
xdebug.remote_mode
req
req
xdebug.remote_port
9000
9000
xdebug.show_exception_trace
Off
Off
xdebug.show_local_vars
On
On
xdebug.show_mem_delta
Off
Off
xdebug.trace_format
0
0
xdebug.trace_options
0
0
xdebug.trace_output_dir
/tmp
/tmp
xdebug.trace_output_name
trace.%c
trace.%c
xdebug.var_display_max_children
128
128
xdebug.var_display_max_data
512
512
xdebug.var_display_max_depth
3
3
Received on Tue May 05 2009 - 04:24:03 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST