When you debug an Adobe Flash Builder project in the Google Chrome browser, Flash Player returns the following error on a breakpoint:
To continue debugging with the Chrome browser, click No. Click No once per debugging session if you exceed the timeout limit (30 seconds).
To prevent the Chrome browser from displaying this message, follow these steps:
Windows
Right-click the shortcut that you use to open Chrome, and select Properties from the pop-up menu.
In the Google Chrome Properties dialog, click the Shortcut tab and append the following value in the Target field:
--disable-hang-monitor
Note: When you append the value in the Target field, ensure that you add a space between chrome.exe and --disable-hang-monitor as follows:

Close all instances of the Chrome browser, and restart Chrome.
-
Launch Chrome from the Terminal by appending the --disable-hang-monitor value as follows:
open –a /Applications/Google\ Chrome.app --args --disable-hang-monitor
Keywords:
Flash Builder, Google Chrome, Flash Player Debugger, Plug-in is unresponsive; cpsid_83111