operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 48 forks source link

Search Javascript "memory" for strings #155

Open c69 opened 11 years ago

c69 commented 11 years ago

Its often handy to be able to search for certain strings as values or variables / object.propertyNames.

Example:

var a = {'foo':42, b: 'very foo'}; [SEARCH MEMORY FOR: "foo"] Results:

  • properties:
  • - a.foo
  • values
  • - a.b: "..ery foo"

This might require changes in Core, though.

Prior art: https://github.com/angus-c/waldo