| Summary: | Support complex value changes in Variables view (Java) | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Project Inbox <edt.debug-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 352666 | ||
| Bug Blocks: | |||
This bugzilla is for the Java-based debugger We should let you use an expression as the new value for variables, so long as the code compiles in the current context. Examples: For a record: "new myrec{a = 10}" For an array: null For an array: [1,2,3] For an INT: myString as INT