Setting a breakpoint to trigger on page load, it often doesn't trigger on reloads. I see this primarily in the remote scenario; most likely because of the larger delay and asynchronisity between messages. Steps: 1. On an iOS device/simulator load <http://bogojoker.com/shell/> 2. Open a remote inspector 3. Set a brekapoint on easySlider.min.js:2 or :3 (pretty printed) 4. Reload the page with Cmd+R in the inspector => sometimes the breakpoint is not hit Notes: In the protocol I'm seeing the frontend remove the breakpoint and readd it frequently. Why this extra churn? <rdar://problem/13955160>
Created attachment 205186 [details] Patch
I have a better fix.
Created attachment 205188 [details] Patch
Comment on attachment 205188 [details] Patch r=me
Comment on attachment 205188 [details] Patch Clearing flags on attachment: 205188 Committed r151846: <http://trac.webkit.org/changeset/151846>
All reviewed patches have been landed. Closing bug.