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+

mitz
Reported 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.
Attachments
Check if the debugger is attached before determining that a process is unresponsive (5.40 KB, patch)
2016-09-25 10:07 PDT, mitz
sam: review+
mitz
Comment 1 2016-09-25 10:07:27 PDT
Created attachment 289778 [details] Check if the debugger is attached before determining that a process is unresponsive
mitz
Comment 2 2016-09-26 20:37:46 PDT
Thank you, Sam! Committed <https://trac.webkit.org/r206410>.
Note You need to log in before you can comment on or make changes to this bug.