[Webkit-unassigned] [Bug 28622] New: Caught exceptions still pause the debugger
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 21 13:13:21 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28622
Summary: Caught exceptions still pause the debugger
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P4
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: klindeman at apple.com
If you are debugging JavaScript using the web inspector that would cause an
exception to happen and you have pause on exceptions enabled, but it is within
a try/catch block, the debugger still pauses on it.
To be more in line with other debuggers (including the Dashcode debugger), the
web inspector should not pause on an exception if it is caught.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list