Is there any way in Firebug to search an active variable in JavaScript by its value?
-
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?Trip– Trip2010-05-12 02:38:27 +00:00Commented May 12, 2010 at 2:38
-
@Trip:He's trying to search for a variable that has a given value.SLaks– SLaks2010-05-12 02:39:45 +00:00Commented 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.cephuo– cephuo2014-10-30 13:47:28 +00:00Commented Oct 30, 2014 at 13:47
Add a comment
|