Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361301 - RUI Debugger isn't showing values for date
Summary: RUI Debugger isn't showing values for date
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Justin Spadea CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 361575 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-18 15:49 EDT by Jing Qian CLA
Modified: 2017-02-23 14:15 EST (History)
2 users (show)

See Also:


Attachments

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