View Issue Details

IDProjectCategoryView StatusLast Update
0000632XdebugStep Debuggingpublic2020-03-12 16:59
Reportercesaric Assigned Toderick  
PrioritylowSeverityfeatureReproducibilityN/A
Status resolvedResolutionno change required 
Product Version2.1.0 
Summary0000632: Option to remove "Container" type in Arrays
Description

Would it be possible to add a config option that would remove the "Container" type in the Variable window for arrays?

When dealing with nested arrays, it makes it a bit more intuitive for someone like myself to read without it there. We already have the length in the array value.

Example w/o Container:

Name | Type | Value

$node1 | array | Array[2]
$node2 | array | Array[1]
$node4 | string | "good bye"
$node3 | string | "hello"

I don't know if I'm missing something about the Container but thought I'd ask.

Thanks!

TagsNo tags attached.
Operating SystemMac
PHP Version5.3.3

Activities

derick

2010-10-29 17:50

administrator   ~0001594

I've no idea what you're talking about here? Which variable view do you mean? Xdebug doesn't provide anything like this... perhaps some IDE does. Do you mean a variable pane in some IDE?

cesaric

2010-10-29 20:35

reporter   ~0001595

Sorry, here's a screenshot: http://cesaric.com/misc/xdebug.jpg

Maybe this is a PDT thing... I don't know. Basically, I want that container row I circled to go away.

derick

2010-10-29 20:40

administrator   ~0001596

Yes, that's a PDT thing. I find it annoying too, but it's not something that Xdebug does. You'll have to ask the PDT folks about this; sorry!

Issue History

Date Modified Username Field Change
2010-10-28 18:24 cesaric New Issue
2010-10-29 17:50 derick Note Added: 0001594
2010-10-29 17:50 derick Assigned To => derick
2010-10-29 17:50 derick Status new => feedback
2010-10-29 20:35 cesaric Note Added: 0001595
2010-10-29 20:35 cesaric Status feedback => assigned
2010-10-29 20:40 derick Note Added: 0001596
2010-10-29 20:40 derick Status assigned => resolved
2010-10-29 20:40 derick Resolution open => no change required
2020-03-12 16:59 derick Category Feature/Change request => Step Debugging