A
A
Adil Akavov2016-03-10 09:56:19
PHP
Adil Akavov, 2016-03-10 09:56:19

Problem with Xdebug in Phpstorm, xdebug not loading?

Good day to all.
Faced such a problem, I can not connect xdebug with phpstorm. The options in php.ini are as follows

zend_extension="\usr\local\php5\ext\php_xdebug-2.2.0-5.3-vc9.dll"
xdebug.auto_trace = 0
xdebug.default_enable = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir="/tmp"
xdebug.profiler_output_name = "cachegrind.out.%u"
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.trace_output_dir = "/tmp"

Local Denver Server with php 5.3 I will immediately note that xdebug works locally and there are no problems with nm. but when you try to connect it with phpstorm, phpStorm says that it does not see it and that no debugger is installed. Please help me, I will be grateful

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2016-03-10
@OnYourLips

xdebug.default_enable=1
xdebug.remote_connect_back=1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question