设为首页 加入收藏

TOP

php-debug/phpstorm调试
2017-10-10 08:34:27 】 浏览:9280
Tags:php-debug/phpstorm 调试

apache+phpstorm调试php代码,修改php.ini配置文件开启调试,没有以下代码加上即可,

[XDebug]
xdebug.remote_enable     = 1
xdebug.remote_autostart  = 1 

 

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇PDO、PDOStatement、PDOException 下一篇php解决约瑟夫环

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目