This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.
Debugger should help search particular variable in the current scope #70
Open
Description
This is a minor feature request.
With a complex scope it could be tricky to correctly find which scope contains
variable with a particular name. For example 'with' scope look-up includes
looking through the entire proto chain of the object.
Debugger UI should provide a mean to searching a variable in scopes by name.
Original issue reported on code.google.com by [email protected]
on 12 Jul 2012 at 3:08