On Sunday, September 4, 2016 at 5:27:36 PM UTC+2, Shawn wrote: > > > Is there a way to get it to execute code modification in the debugger? I > found my source and adding a logging statement but can’t save the file so > it doesn’t execute. Is there a good book on this … is any chrome debugging > book ok? >
You can either use Chrome workspaces (https://developers.google.com/web/tools/setup/setup-workflow) or remote-debug from your IDE and have it handle the Source Maps (SDBG in Eclipse for instance: https://sdbg.github.io) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
