RESOLVED WONTFIX 104766
Web Inspector: [JSC] should disable debugger for injected script
https://bugs.webkit.org/show_bug.cgi?id=104766
Summary Web Inspector: [JSC] should disable debugger for injected script
Peter Wang
Reported 2012-12-11 22:22:03 PST
For JSC, if the debugger is attached, it will check if the breakpoint is hit for each statement and record the current call frame for call event. But the injected script is also checked for each statement and call event, it's time-wasting. I'm wondering can we disable the debugger when injected script is executing?
Attachments
Patch (8.67 KB, patch)
2012-12-11 22:36 PST, Peter Wang
pfeldman: review-
buildbot: commit-queue-
Peter Wang
Comment 1 2012-12-11 22:36:04 PST
Build Bot
Comment 2 2012-12-11 23:04:12 PST
Pavel Feldman
Comment 3 2012-12-11 23:48:35 PST
Comment on attachment 178970 [details] Patch Stopping in debugger upon command line evaluation is often useful. I don't think you should disable it.
Peter Wang
Comment 4 2012-12-11 23:50:12 PST
(In reply to comment #3) > (From update of attachment 178970 [details]) > Stopping in debugger upon command line evaluation is often useful. I don't think you should disable it. Ok, I see. Thank you.
Pavel Feldman
Comment 5 2012-12-12 07:43:27 PST
Closing as per discussion in the bug.
Note You need to log in before you can comment on or make changes to this bug.