| Summary: | RUI Debugger isn't showing values for date | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jing Qian <jqian> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | carrollk, jspadea |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Debug was using defaultDate/Time/TimestampFormat to format the display in the variables view. Now that those are gone I changed it to use the same routine as when you assign a date/timestamp to a string. Modified egl_development.js *** Bug 361575 has been marked as a duplicate of this bug. *** verified on 2011/11/11/0901's build |
if I run the following handler in EGL deubgger, and I try to view the value for a, b, after they're declared, in debugger, it shows not being initialized, when it should be handler h1 type RUIhandler{initialUI =[ ], onConstructionFunction = start, cssFile = "css/a.css", title = "h1"} function start() a, b date; syslib.writeStdout("a: " + a); syslib.writeStdout("b: " + b); end end