In draft compile Java compile time constants are emitted in the prototype.
This should be exactly static final fields of primitive or string type
assigned at declaration.

This is the approach to compile time constants taken to implement Java
semantics.

FWIW in optimized compiles other fields might be "upgraded" to compile time
constants.
On Dec 5, 2014 2:18 AM, "stuckagain" <david.no...@gmail.com> wrote:

> I've been trying out GWT 2.7 and SuperDevMode in combination with the SDBG
> <https://github.com/sdbg/sdbg> eclipse plugin.
>
> In the Chrome debugger I noticed that some fields are sometimes available
> under 'this' but sometimes they are available only in 'this.__proto__'.
> It seems that if I have a boolean field that is set to false that it does
> not appear in 'this' but under 'this.__proto__' and that I can not see it
> at all in the SDBG plugin. I filed a bug report on SDBG, but I am trying to
> figure out how this works in GWT SuperDevMode.
>
> Another thing that takes getting used: list/map structures are not that
> easy to navigate anymore. I hope they found some way to make it easier to
> have some support to convert them to something readable in the debugger.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/d948f131-0da7-4e9a-998a-925e68a62ced%40googlegroups.com
> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/d948f131-0da7-4e9a-998a-925e68a62ced%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7gnmswu4mF_7SRPnZjQYjvykkTvgnnthPDfuFy5gpGamcQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to