当前位置:K88软件开发文章中心网站服务器框架Yii 2.0 → 文章内容

调试工具栏和调试器(Debug Toolbar and Debugger)

减小字体 增大字体 作者:佚名  来源:网上搜集  发布时间:2019-1-26 15:29:43

由  创建, 最后一次修改 2016-02-24 Debug Extension for Yii 2This extension provides a debugger for Yii 2 applications. When this extension is used, a debugger toolbar will appear at the bottom of every page. The extension also provides a set of standalone pages to display more detailed debug information.The toolbar displays information about the currently opened page, while the debugger can be used to analyze data you've previously collected (i.e., to confirm the values of variables).Out of the box these tools allow you to:quickly get the framework version, PHP version, response status, current controller and action, performance info and more via toolbar;browse the application and PHP configuration;view the request data, request and response headers, session data, and environment variables;see, search, and filter the logs;view any profiling results;view the database queries executed by the page;view the emails sent by the application.All of this information will be available per request, allowing you to revisit the information for past requests as well.Getting StartedInstallationTBD?Basic UsageAdditional topicsCreating your own panels

调试工具栏和调试器(Debug Toolbar and Debugger)