Answer the question
In order to leave comments, you need to log in
Why does xdebug in PHPStorm work for one project and not another?
Can't set up xdebug specifically for yii2 project.
For a test site where just one file in php.ini indicated:
zend_extension = /usr/lib/php5/20121212/xdebug.so
xdebug.remote_enable=on
zend_extension = /usr/lib/php5/20121212/xdebug.so
xdebug.idekey = "PHPSTORM"
xdebug.profiler_output_dir="/tmp/xdebug"
xdebug.profiler_output_name = "cachegrind.out.%H%R"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
xdebug.trace_output_dir = "/tmp/xdebug"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question