WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 10214
Can't break on functions that you call from the console
https://bugs.webkit.org/show_bug.cgi?id=10214
Summary
Can't break on functions that you call from the console
Timothy Hatcher
Reported
2006-08-02 09:55:13 PDT
You can't break on functions that have breakpoints that get called from the Drosera console.
Attachments
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2006-08-02 10:03:08 PDT
Bug 10200
has a fix that prevent callback reentrancy. I thought this would prevent cases where you call a function from the console and expect it to break on a breakpoint in them, but this appears to never have worked even without that change.
Chris Seaton
Comment 2
2009-08-24 10:28:28 PDT
The worst thing about this is that it isn't documented anywhere, unless you looked for this bug report like I did. I was trying out the WebKit debugger and was assuming the breakpoints were just broken. Running a function from the console is an obvious way to test code and to get to breakpoints. I don't think it's a minor bug.
Blaze Burg
Comment 3
2014-01-12 10:33:42 PST
This is no longer reproducible. However, it would be nice if there was a test for it. For that, I filed a new bug:
https://bugs.webkit.org/show_bug.cgi?id=126845
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