View Issue Details

IDProjectCategoryView StatusLast Update
0000867XdebugUncategorizedpublic2020-03-12 17:01
Reporterdarklow Assigned To 
PriorityhighSeverityfeatureReproducibilityN/A
Status resolvedResolutionduplicate 
Fixed in Version2.3.0 
Summary0000867: Show File Path/Line information where dump was called from
Description

It could be very useful, if on results of var_dump() on the top of block we could see exact FilePath/FileName and Line on which var_dump() was called.
Sometimes by debugging you can leave some unremoved var_dump() methods, and later in large project it is really hard to find where these dumps are called from.

Also if you have multiple dumps it is even more useful, so you know which dump is which.

I attached example file as this is done in other custom debug solution.
Thanks

TagsNo tags attached.
Operating System
PHP Version5.4.3

Relationships

duplicate of 0000304 closedderick File name and line number info for var_dump() 

Activities

derick

2014-02-27 19:39

administrator   ~0002706

Duplicate of 0000304, which is going to make it into Xdebug 2.3.0.