Bug 20804 - Objects viewable in the debugger should not be garbage collected
Summary: Objects viewable in the debugger should not be garbage collected
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 11:37 PDT by Ojan Vafai
Modified: 2014-12-12 14:07 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2008-09-12 11:37:57 PDT
Any object the user can get access to via the debugger (as in, when at a breakpoint) should not be garbage collected out from under them.
Comment 1 Timothy Hatcher 2008-09-12 19:37:50 PDT
We don't have any reason to think this can happen today. But it might in the future depending on how we design the Inspector IPC layer.
Comment 2 Brian Burg 2014-12-12 14:07:16 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.