--- a/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java Wed Jul 07 16:23:17 2010 -0700
+++ b/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java Thu Jul 08 11:56:01 2010 -0700
@@ -47,6 +47,7 @@
"--disable-local-storage", // Disable local storage (needed to emulate Geolocation in phonegap)
"--disable-session-storage", // Disable local storage (needed to emulate Geolocation in phonegap)
"--no-default-browser-check", // Our users don't need this nagging
+ "--disable-hang-monitor", // Fix for Bug 2682 - The debugger should disable "unresponsive" error message from chrome
"--no-first-run", // We don't care
"--app=%s" // Here we will have widget URI as --app argument
};