View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001861 | Xdebug | Documentation | public | 2020-09-30 14:27 | 2020-10-13 10:29 |
Reporter | ildar | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Summary | 0001861: wrong xdebug.mode on the page https://3.xdebug.org/docs/profiler | ||||
Description | fix for the page https://3.xdebug.org/docs/profiler -string xdebug.mode = display +string xdebug.mode = profile | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.4.0-7.4.4 | ||||
|
The line that you point at is in the "related settings", which lists the *default* value of each of them. And the default value is indeed "develop". In the description on how to use profiling, it correctly says: Starting The Profiler Profiling is enabled by setting xdebug.mode to "profile" ---- I will be rewriting this page, and make that clearer, but not as part of this issue, so I'm resolving it. |