netbeans phpstorm 通过 xampp xdebug 开启单步调试
1.下载xampp,编辑php.ini打开xdebug
zend_extension = "D:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_mode = "r
原创
2014-07-20 09:33:04 ·
2453 阅读 ·
0 评论