Bug 20804

Summary: Objects viewable in the debugger should not be garbage collected
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, rik
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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.