2. 配置Xdebug

来源:互联网 发布:大智慧实时数据接口 编辑:程序博客网 时间:2024/06/08 16:13

参考:http://my.oschina.net/yearnfar/blog/350051

这里写图片描述

这里写图片描述

这里写图片描述

这里写图片描述

这里写图片描述

php.ini

zend_extension = "D:/phpsuit/php/ext/php_xdebug.dll";[xdebug];xdebug.remote_enable = Off;xdebug.profiler_enable = Off;xdebug.profiler_enable_trigger = off;xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "D:/phpsuit/xdebug";xdebug.show_local_vars=0xdebug.remote_enable = 1xdebug.remote_host = "127.0.0.1";xdebug.remote_host = "localhost"xdebug.remote_port = 9000xdebug.idekey = "PHPSTORM"

这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述
这里写图片描述

http://xdebug.org/wizard.php

0 0