Works for me on this test case:
http://getfirebug.com/tests/script/CallDynLoadedFunction.html

gives:
 2 function prod(animal) {
3 animal.say();
4 }
5
6
7 function prod(animal) {
8 animal.say();
9 }
10
11 var duck = function () {this.say = function () {dump("quack
\n");};};
12 var cat = function () {this.say = function () {dump("meow!!
\n");};};

Just to notice: it is "decompile evals", not decompile everything...

jjb

On Sep 14, 10:58 am, NoiDue <[email protected]> wrote:
> How woks the Decompileevals option?
> I have tryed to decode a obfuscate code but without success.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to