problem with debugging gwt application in dev mode
408 views
Skip to first unread message
Human izatara
unread,
May 13, 2012, 2:08:45 AM5/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
when I debug my gwt application in dev mode, after about 30 seconds,
Google Chrome shows an error :
"Plug-in Unresponsive"
"The following plug-in is unresponsive: Unknown Woud you like to stop
it ?"
why this error is shown ? and how can i avoid it ?
Thomas Broyer
unread,
May 13, 2012, 4:59:26 AM5/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Because the DevMode plugin in Chrome, when execution is paused in your debugger (Eclipse or whatever), blocks the page; and Chrome thinks the plugin might have crashed or hang, so it proposes to kill it to unblock the page.
and how can i avoid it ?
AFAIK, you can launch Chrome with the --disable-hang-monitor switch: