SuperDevMode compiles your Java source transparently to JavaScript, it 
never executes your Java source code directly in a JVM. So Java break 
points in your GWT app will never work.

That means with SuperDevMode you can only debug your code using the 
browser, as thats the one who actually executes the final JS code. You can 
either set break points in your browsers dev tools or install the Eclipse 
plugin "SDBG" which allows you to set break points in your IDE which are 
then synchronized to the browser.

-- 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.

Reply via email to