Bug 10214 - Can't break on functions that you call from the console
Summary: Can't break on functions that you call from the console
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 09:55 PDT by Timothy Hatcher
Modified: 2014-01-12 10:33 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2006-08-02 09:55:13 PDT
You can't break on functions that have breakpoints that get called from the Drosera console.
Comment 1 Timothy Hatcher 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.
Comment 2 Chris Seaton 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.
Comment 3 BJ Burg 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