PhpStorm with Xdebug won't work
Posted by: lohmag (91.143.45.---)
Date: April 13, 2016 10:25AM

I have installed WAMP, PHPStorm. Made config for wamp like this:
zend_extension = "e:\wamp\bin\php\php5.5.12\ext\php_xdebug-2.4.0-5.5-vc11-x86_64.dll"
;
[xdebug]
xdebug.remote_enable = 1
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 1
;xdebug.profiler_output_name = cachegrind.out.%t.%p
;xdebug.profiler_output_dir = "e:/wamp/tmp"
xdebug.show_local_vars = 0
xdebug.remote_handler="dbgp"
xdebug.remote_host="localhost"
xdebug.remote_mode="req"
xdebug.idekey="PHPSTORM"
;xdebug.remote_connect = on
xdebug.remote_log="e:/wamp/logs/xdebug.log"

Phpstorm validates connection to Xdebug, but when I try to use debugging from phpstorm page just updating but no data appear in debug window.
[clip2net.com]
[clip2net.com]
[clip2net.com]
[clip2net.com]
[clip2net.com]
[clip2net.com]

Options: ReplyQuote
Re: PhpStorm with Xdebug won't work
Posted by: lohmag (91.143.45.---)
Date: April 13, 2016 11:40AM

i just intalled plugin for chrome 'Xdebug helper' and all working fine now.

Options: ReplyQuote


Sorry, only registered users may post in this forum.