kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Debugger should help search particular variable in the current scope #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 peter.ry...@gmail.com on 12 Jul 2012 at 3:08