| Summary: | Format display of certain variables | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Project Inbox <edt.debug-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 352771 | ||
| Bug Blocks: | |||
|
Description
Justin Spadea
Another thing to consider - child variables for primitive types. An EGL string shouldn't have kids, but the Java String object does - let's hide them. For boxed function parameters they are a boxed type with the real value as a child - let's just show the child as the variable, otherwise it's confusing that an INT has no display value and a child of type java.lang.Integer. We've implemented what we're going to for the time being. Any new types that we want to format in a special way can open separate bugs. Verified |