Currently Automatic Inspection pauses immediately. This gives the frontend time to send to the backend all the breakpoints it knows about, so by the time the backend continues it has all the breakpoints loaded. Instead of enforcing this automatic pause on auto-inspect, we should just pause the JSContext until all the frontend's state is loaded, including all the breakpoints.
<rdar://problem/18429875>
Created attachment 238559 [details] [PATCH] Proposed Fix
Comment on attachment 238559 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=238559&action=review > Source/JavaScriptCore/inspector/remote/RemoteInspectorDebuggable.cpp:94 > +void RemoteInspectorDebuggable::unpauseInspectorInitialized() The wording here is kind of confusing. Lets go with something like: unpauseForInitializedInspector.
Created attachment 238570 [details] [PATCH] Proposed Fix See how this looks on the bots.
Comment on attachment 238570 [details] [PATCH] Proposed Fix Clearing flags on attachment: 238570 Committed r174028: <http://trac.webkit.org/changeset/174028>
All reviewed patches have been landed. Closing bug.