Re: Slow debugging with SDM

2017-04-11 Thread Kirill Prazdnikov
The same issue we have in IDEA GWT debugger.
Debugging GWT apps consumes 100% CPU all the time in Chrome.
It is slightly faster using the latest Chrome Canary.

-- 
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+unsubscr...@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.


Re: Slow debugging with SDM

2017-04-10 Thread Jens
Yeah expanding window isn't a great idea when using GWT, too much stuff 
installed on window. There is (or was? not sure) a GWT compiler option to 
install code on the window object using namespaces (I think based on 
package structure). But could be that SDM never supported it.

Also, hitting a breakpoint the first time results in a noticeable freeze 
until I can actually start using stepping buttons (with window not 
expanded).

-- J.

-- 
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+unsubscr...@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.


Slow debugging with SDM

2017-04-10 Thread Paul Stockley
Is anyone else having serious performance problems when stepping through 
SDM code in chrome? The issue happens in cases where this is mapped to the 
window object and chrome want to expand all the globals in the inspection 
window.

There is a chrome issue logged 
https://bugs.chromium.org/p/chromium/issues/detail?id=463451=component%3APlatform%3EDevTools%3EJavaScript%20=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified=100

Maybe we should all star the issue.

-- 
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+unsubscr...@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.