Phpstorm Xdebug setup issues
Hi all,
Not sure what I'm doing wrong. Trying to use Xdebug. I get the following in my event log:
10:51:57 AM Connection with 'xdebug 2.4.0RC3' was not established. Validate installation.
10:51:59 AM Cannot parse configuration file
I get the following when trying to validate.
In my php.ini file I've uncommented the following:
[XDebug]
; Only Zend OR (!) XDebug
zend_extension="C:/Bitnami/wappstack-5.5.30-0/php\ext\php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir=C:\Windows\Temp
;extension=php_v8js.dll
;extension=php_couchbase.dll
;extension=php_mongo.dll
;extension=php_pdo_ibm.dll
zend_extension = C:\Bitnami\wappstack-5.5.30-0\php\ext\php_xdebug-2.4.0rc3-5.5-vc11.dll
xdebug.remote_enable=1
请先登录再写评论。
Hi there,
Not enough info to say anything concrete.
I may only comment on what you have provided in your post:
You have listed xdebug extension twice:
Remove one of them -- only one is required.
I would also suggest to stick to debug 2.3.x if you use PHP v5.x -- it's a bit more stable (as per my experience).
I am running php off the WAPP stack.

the following seems to show php missing.
PHP Version 5.5.30
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
with Xdebug v2.4.0RC3, Copyright (c) 2002-2015, by Derick Rethans