WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Peter Wang
Comment 1
2012-12-11 22:36:04 PST
Created
attachment 178970
[details]
Patch
Build Bot
Comment 2
2012-12-11 23:04:12 PST
Comment on
attachment 178970
[details]
Patch
Attachment 178970
[details]
did not pass win-ews (win): Output:
http://queues.webkit.org/results/15259851
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.
Top of Page
Format For Printing
XML
Clone This Bug