3

Is there any way in Firebug to search an active variable in JavaScript by its value?

3
  • I'm taking a guess here but can't you get variable data in Firebug's console? For example, type in your console : $("#div) If it exists, would return true. But couldn't you call active variables in the same way? Commented May 12, 2010 at 2:38
  • @Trip:He's trying to search for a variable that has a given value. Commented May 12, 2010 at 2:39
  • Depends on your purpose. Cheat Engine could do this (latest versions are compatible with browsers), although it won't tell you the JS variable name, just the pointer in memory for that value and options to freeze/change it/and many others. Commented Oct 30, 2014 at 13:47

1 Answer 1

1

No, there isn't.

Sign up to request clarification or add additional context in comments.

1 Comment

Are there any other extensions that can do this?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.