环境
- Windows 10 家庭版
- 当地的
- PHP 7.4
- PhpStorm 2021.2
- Xdebug 3
问题
我想在我自己的应用程序中使用 Xdebug 进行分析。
我做了以下设置。
- php.ini:
xdebug.mode = profile;
xdebug.start_with_request = trigger;
我将 Xdebug helper 设置更改为 profiler
按调试按钮(在 PhpStorm 中)
结果
未创建 cachegrind 文件。
如何创建缓存研磨文件?