| Summary: | View data tables, forms, program parameters in the variables view | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Justin Spadea
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). 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. Verified |