• PHP_Debug


    PHP_Debug提供一种简单、快速的方式来调试PHP代码并生成一些程序运行痕迹信息。PHP_Debug能够生成SQL/PHP执行时间,检查某一部分代码的性能,显示执行查询的SQL语句,实现功能跟踪调试,显示全局变量,查看变量运行期值,显示php版本和已加载扩展功能,显示所有解析过的文件源码...

    The basic purpose of PHP_Debug is to provide assistance in debugging PHP code, by "debug" i don't mean "step by step debug" but program trace, variables display, process time, included files, queries executed, watch variables... These informations are gathered through the script execution and therefore are displayed at the end of the script (in a nice floating div or a html table) so that it can be read and used at any moment. (especially useful during the development phase of a project or in production with a secure key/ip) ==

    Features

    • General process time SQL/PHP
    • Check performance of parts of code
    • Show sql of executed queries (with highlighting and execution time)
    • Dump of all types of variable in a graphical way
    • Functionnal/trace debug (with line, file, class, function)
    • Show globals vars ($GLOBALS, $_POST, $_GET, $_COOKIE ...)
    • 2 renderers, as a HTML talbe or as a floating div
    • Allow to watch variables (+ watch on type of var)
    • Show php version & loaded extensions
    • Allow to show source code of all parsed file (with TEXT_Highlighter)
    • Static methods to debug/trace out of the debug renderer display
    • Debug infos are classified by type (14 types available)
    • Can replace the PHP error handler to show messages inside the debug renderer
    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    phpMyBitTorrent:phpMyBitTorrent是一个采用PHP开发的BitTorrent Tracker。支持从trackers架设torrents。phpMyBitTorrent支持所有最新的BitTorrent扩展协议包括:Compact Announce,MultiScrape,DHT,Peer Count,Tracker ID,Unique Peer ID,Backup Tracker等。提供HTTP-Basic验证,密码验证,嵌入式HTML编辑器,批量上传等。
    Andy's PHP Knowledgebase:Andy's PHP Knowledgebase是一款知识管理系统。使用 MySQL 做为数据存储。包含了书签友好的URL地址、Q&A、搜索、标签、文章提交、强大的管理功能等。
    Seo Panel:Seo Panel是一个搜索引擎优化开源工具。它包含了许多SEO工具,加强跟踪您的网站的性能。您可以自己开发你需要的插件。提供的功能如:自动目录提交工具,您网站目前的排名,及google ,baidu.com 等搜索引擎收录情况,及Sitemaps自动生成器,Meta标签生成器,关键字定位检查等等。
    BoUML File Parser:这个工具包可用于从UML artifact文件抽取相关信息。它可以处理由BoUML工具产生的UML项目文件。当前可以抽取包信息,组件和用例。
    图书馆管理系统 Librarian DB:Librarian DB 是一个简单的基于 Web 的图书馆管理系统,用于跟踪图书的借阅情况,包括书名、ISBN、分类等等。允许进行添加、删除、编辑和搜索图书。
    Internet Media Manager:Internet Media Manager是一个基于Web的数据库应用程序,能够让网站管理员集中的存储图片与视频并将它们发布到网站上。它提供一个类似于Youtube的界面,能够让用户通过简单地复制和粘贴代码片断来将图片或视频嵌到他们自己的网页。Internet Media Manager提供的功能包括:通过上传一个ZIP文件一次性导入多张图片与多个视频。支持通过FTP/SSH导入Large文件。调整图片与视频大小。支持FLV视频。支持通过内容类型,分类,关键字搜索媒体文件。集成Amazon Simple Storage(S3)服务等。
    Ostube:Ostube是一个开源的视频系统,基于php,功能比较完,支持mpg|mov|wmv|mp4|mkv|3gp|flv|m4v|rm|rmvb上传并自动转换为flv格式播放。目前还没有一个视频系统功能超越。 缺点:基于LAMP,因为Apache没有flv_streaming模块,所以不支持视频拖拽。如果可以搭配Lighttpd或者Nginx就可以支持视频拖拽播放了。
    PHP Asterisk Manager Interface:PHP Asterisk Manager Interface ( AMI ) 支持同步命令、回应和异步事件,使用模式观察者侦听器。支持多时间的命令回应,特别适合开发业务控制台和 asterisk 频道监控等。
    PHP问答系统Qwench:这是StackOverflow问答网站的一个克隆。主要功能:1. 用户用户提问和回答2. 类似 Stackoverflow 的积分系统3. 可提交文章用于知识库建设4. 可设定只允许注册用户才能提问和回答5. 简洁的 CSS 布局6. 支持主流浏览器
    FormBuilder:FormBuilder是一个面向对象的PHP Class用于创建HTML表单。它包括Ajax支持、jQuery/jQuery UI、Google Maps、reCAPTCHA、TinyMCE和CKEditor。