Monday, February 8, 2016

Re: SuperDevMode & java long value in debugger

BTW, in GWT 2.8 (incl. beta1), I think longs use native JS Numbers when possible, and only resort to the "array-based emulation" for values outside the JS Number range (i.e. values that need more than 53bits).

On Monday, February 8, 2016 at 3:22:34 PM UTC+1, Kirill Prazdnikov wrote:
There is no such type long in JavaScript.

On Thursday, February 4, 2016 at 10:56:05 AM UTC+3, Jack Thompson wrote:
Hello,

In SuperDevMode browser JS debugger console shows long values as JS object having properties l,h and m.

Is there any convenient way to get the actual long value instead of having to use GWT.log in the actual java source?

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment