Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 346254 - View data tables, forms, program parameters in the variables view
Summary: View data tables, forms, program parameters in the variables view
Status: CLOSED FIXED
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: Justin Spadea CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 10:03 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:19 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-05-18 10:03:00 EDT
The SMAP already contains this information for use, but it might not be
complete.
Comment 1 Justin Spadea CLA 2011-07-13 11:18:45 EDT
Turns out none of these types are supported in EDT JavaGen. Some updates were made for them in CommonUtilities.java in case we do support them, and the SMAP parsing will handle them if/when that time comes. For forms and tables, there might be a change needed to the SMAP information generated in CommonUtilities, depending on any naming conventions are used in the generated code for such variables (e.g. Libraries all have an "eze_Lib_" prefix).
Comment 2 Justin Spadea CLA 2011-07-19 16:49:15 EDT
Changed the resolved state to fixed - the debug framework *does* support these types now, but the current Java generator implementation does not so there's no way to test it works. If any change is needed, it will be in the SMAP generator which is part of the Java generator, and not part of the debugger. The debugger merely uses the information in the SMAP.
Comment 3 Justin Spadea CLA 2011-09-07 16:27:42 EDT
Verified