I am trying to analyze some javascript code running in Google Chrome.

When I use the javascript debugger or add modify the locally running code, 
the behavior of the code changes and breaks. The code has built in checks 
that somehow allow it to modify it's own behavior if the code is running 
through the debugger.

Is there a way that I can dump the following: 

1 - The name of a function and it's position in the code 
2 - The arguments passed to that function (readable if it's an object) 
3 - The time at which the function was called 
4 - An optional backtrace

I've also posted the same question on 
stackoverflow: 
http://stackoverflow.com/questions/23084036/dumping-running-script-information-from-google-chrome-or-v8


-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to