Bug 162234

Summary: -_webViewWebProcessDidBecomeUnresponsive: gets called when the Web process is stopped in the debugger
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, sam, thorton
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=163879
Attachments:
Description Flags
Check if the debugger is attached before determining that a process is unresponsive sam: review+

Description mitz 2016-09-19 14:18:31 PDT
When the reason the Web process is unresponsive is that it’s being debugged, it’s distracting to have -_webViewWebProcessDidBecomeUnresponsive: get called.
Comment 1 mitz 2016-09-25 10:07:27 PDT
Created attachment 289778 [details]
Check if the debugger is attached before determining that a process is unresponsive
Comment 2 mitz 2016-09-26 20:37:46 PDT
Thank you, Sam!

Committed <https://trac.webkit.org/r206410>.