phpstorm xdebug调试设置样式
摘要:由于本人比较喜欢白底的phpstorm开发环境,所以XDEBUG断点调试,F8时默认是没有背景色的,phpstorm中的设置方式如下files -> settings -> Editor -> DebuggerBreakpoint Line: 背景色(D8DCFF),不设置前景Execution L...
阅读全文
posted @
2016-01-13 00:01
hehelele
阅读(366)
推荐(0)
phpstorm + xdebug 配置
摘要:PHPSTORM版本 : 8.0.1PHP版本 : 5.6.2把php-xdebug.dll复制到xamapp/php/ext目录下,打开php.ini配置如下参数[xdebug]zend_extension=”D:\wamp\php-5.6.2-x64\ext\php_xdebug-2.2.5-5...
阅读全文
posted @
2016-01-12 23:38
hehelele
阅读(252)
推荐(0)