View Issue Details

IDProjectCategoryView StatusLast Update
0000707XdebugTracingpublic2020-03-12 16:49
Reportermetod Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionwon't fix 
Summary0000707: Limit the function traces output
Description

Add a configuration option to only show last N function calls in execution dump. Might be useful when at every request the same filters get executed first and you are only interested in last N function calls.

TagsNo tags attached.
Operating System
PHP Version5.3.6

Activities

derick

2014-02-27 19:10

administrator   ~0002686

I can not only do the "last x" lines, as lines are written out
immediately as they happen so that I don't have to store everything in memory.
Skipping the first x lines could be implemented. Would that work?

metod

2014-02-28 06:31

reporter   ~0002730

Yes, that would be great.

Thanks!

derick

2016-12-11 13:02

administrator   ~0003984

I will not be implementing this, as it's a very niche feature only requested once (by you). There are unix command line tools to do this (tail / head), and hence adding this to Xdebug doesn't add a lot of functionality.

Issue History

Date Modified Username Field Change
2011-08-13 07:09 metod New Issue
2014-02-27 19:10 derick Note Added: 0002686
2014-02-27 19:10 derick Assigned To => derick
2014-02-27 19:10 derick Status new => feedback
2014-02-28 06:31 metod Note Added: 0002730
2014-02-28 06:31 metod Status feedback => assigned
2016-12-11 13:02 derick Note Added: 0003984
2016-12-11 13:02 derick Status assigned => resolved
2016-12-11 13:02 derick Resolution open => won't fix
2020-03-12 16:49 derick Category Feature/Change request => Tracing