Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352595 - Support complex value changes in Variables view (Java)
Summary: Support complex value changes in Variables view (Java)
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 352666
Blocks:
  Show dependency tree
 
Reported: 2011-07-20 10:36 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:15 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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