View Issue Details

IDProjectCategoryView StatusLast Update
0001861XdebugDocumentationpublic2020-10-13 10:29
Reporterildar Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Summary0001861: wrong xdebug.mode on the page https://3.xdebug.org/docs/profiler
Description

fix for the page
https://3.xdebug.org/docs/profiler

<pre>
-string xdebug.mode = display
+string xdebug.mode = profile
</pre>

TagsNo tags attached.
Operating System
PHP Version7.4.0-7.4.4

Activities

derick

2020-10-13 10:29

administrator   ~0005475

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.

Issue History

Date Modified Username Field Change
2020-09-30 14:27 ildar New Issue
2020-10-13 10:29 derick Assigned To => derick
2020-10-13 10:29 derick Status new => resolved
2020-10-13 10:29 derick Resolution open => won't fix
2020-10-13 10:29 derick Note Added: 0005475