View Issue Details

IDProjectCategoryView StatusLast Update
0000221XdebugUncategorizedpublic2020-03-12 17:16
Reporterscoates Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionopen 
Summary0000221: Verbose Parameter Expansion
Description

Hi,

As we discussed today, it would be nice if I could optionally expand collected parameters in xdebug's exception backtrace rendering.

So, now I get:
"foo(string(3))"

I'd like to (optionally, based on an ini flag) see:
"foo('bar')"
or even:
"foo((string(3))'bar')"

S

TagsNo tags attached.
Operating System
PHP Version5.1.6

Activities

derick

2006-12-01 20:39

administrator   ~0000501

Fixed in CVS. Move your mouse over the "string(3)" bit and you will see the value.

Issue History

Date Modified Username Field Change
2006-11-21 18:37 scoates New Issue
2006-12-01 20:39 derick Status new => closed
2006-12-01 20:39 derick Note Added: 0000501
2020-03-12 16:56 derick Severity tweak => feature
2020-03-12 17:16 derick Category Feature/Change request => Uncategorized