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

Bug 361301

Summary: RUI Debugger isn't showing values for date
Product: z_Archived Reporter: Jing Qian <jqian>
Component: EDTAssignee: 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:

Description Jing Qian CLA 2011-10-18 15:49:15 EDT
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
Comment 1 Justin Spadea CLA 2011-10-20 12:53:20 EDT
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
Comment 2 Justin Spadea CLA 2011-10-20 13:03:28 EDT
*** Bug 361575 has been marked as a duplicate of this bug. ***
Comment 3 Jing Qian CLA 2011-11-11 15:12:17 EST
verified on 2011/11/11/0901's build