xdebug helper chrome插件是一款PHP CHROME调试插件,与Zend Studio,XAMPSERVER协同工作,易于调试、分析和扩展Xdebug跟踪,使用也很简单,打开谷歌浏览器,几步就能解决。有需要的赶快下载吧! 使用方法:解压后,打开谷歌浏览器,点击设置——更多工具——扩展程序,拖入crx文件。 点击添加扩展程序,安装完成。 Easy debugging, profiling and tracing extension for Xdebug A must have for everyone thats debugging, profiling and tracing PHP code with Xdebug. This extension will help you to enable/disable debugging, profiling and tracing easily, instead of juggling around with POST/GET variables or cookies. This extension is very useful for PHP developers that are using PHP tools with Xdebug support like PHPStorm, Eclipse with PDT, Netbeans and MacGDBp or any other Xdebug compatible profiling tool like KCacheGrind, WinCacheGrind or Webgrind. By default the extension icon will show up on all pages, but to keep your browser as clean as possible, the extension can be configured to be only visible at the pages you want in the settings panel. --- Feel free to submit ideas, bugs and pull request to our Github project: https://github.com/wrep/xdebug-helper-for-chrome
2020-01-03 11:35:50 68KB XDebug helper
1
压缩包含四个版本,xdebug helper for chrome,下载解压后选择一个直接安装,也可以直接拖入浏览器扩展程序直接安装,适用于谷歌,360极速浏览器本人测试也是OK的。
2020-01-03 11:29:35 277KB Xdebug helper
1
根据个人经验,整理的文档, php学习环境搭建(wampServer+phpStorm+XDebug),对于初期学习php环境搭建的朋友应该会有帮助,谢谢!
2019-12-21 21:22:25 2.86MB php环境搭建
1
Xdebug是一个PHP扩展,安装配置好后,可以代码调试,自动记录运行了哪些函数,用了多少毫秒,从哪个文件运行到哪个文件等等
2019-12-21 20:02:56 330KB xdebug xdebug5.6
1
xdebug插件 php-5.2.x都可以用, 配置方式: #[XDebug] #extension=php_xdebug-2.1.2-5.2-vc6.dll #xdebug.remote_enable=true #xdebug.remote_handler=dbgp #xdebug.remote_host=127.0.0.1 #xdebug.remote_port=9001 #xdebug.profiler_enable=1 #xdebug.profiler_output_dir="E:/WebServer/Tmp/XDebug" 切记 无法与zend debug共存
2019-12-21 18:51:44 152KB xdebug
1