1. php
去http://xdebug.org/ ,根據php版本下載相應xdebug debug
在php.ini末尾追加(修改相應配置) code
zend_extension=c:\php56\ext\php_xdebug-2.2.6-5.6-vc11-x86_64.dll xdebug.profiler_enable=on xdebug.auto_trace=on xdebug.collect_params=on xdebug.collect_return=on xdebug.show_exception_trace = On xdebug.remote_autostart = On xdebug.remote_enable = On xdebug.remote_host = localhost xdebug.remote_port = 9000 xdebug.collect_vars = On
重啓Apache rem
2. 配置Intellij
----------- io
------------- class