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

2018-02-24 15:40 更新

Debug Extension for Yii 2

This 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 Started

Additional topics

以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号