Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 352595

Summary: Support complex value changes in Variables view (Java)
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: 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:    

Description Justin Spadea CLA 2011-07-20 10:36:46 EDT
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