View Issue Details

IDProjectCategoryView StatusLast Update
0001131XdebugTracingpublic2020-03-12 17:34
Reportermalaverdiere Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionsuspended 
Summary0001131: Feature Request: Additional Information in Trace
Description

This feature request concerns the call trace functionality.

It would be useful, to disambiguate between two calls that might be on the same line, that XDebug also logs the column in the line where the call happens.

Implementation-wise, we would need a new computerized format to avoid breaking backward compatibility for applications reading the current format.

TagsNo tags attached.
Operating System
PHP Version5.6.0-5.6.4

Activities

derick

2015-04-10 21:03

administrator   ~0003067

I would love this too, but PHP's internals don't contain this information, so I can not expose it through Xdebug.

Issue History

Date Modified Username Field Change
2015-03-24 15:36 malaverdiere New Issue
2015-04-10 21:03 derick Note Added: 0003067
2015-04-10 21:03 derick Status new => resolved
2015-04-10 21:03 derick Resolution open => suspended
2015-04-10 21:03 derick Assigned To => derick
2020-03-12 16:55 derick Severity minor => feature
2020-03-12 17:34 derick Category Feature/Change request => Tracing