7

Is it possible, to monitor all JavaScript events in the browser?
For example, which functions has been called, which parameters have been passed in which js-file?

In my case I have some obfuscated code and need to find out which functions are being called when I perform an action.

Anybody an idea?

1
  • 1
    There's no natural way to do it. You can only detect fatal errors, like, property or object does not exists and the like Commented Jan 14, 2013 at 2:07

3 Answers 3

2

TraceGL codeflow visualiser may be what you're looking for.

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

1 Comment

These days tracegl can be found here: github.com/traceglMPL/tracegl but I think that project is dead. No activity and I can not read the text generated by the code in any browser.
0

You want to monitor javascript events, may be this is what you want:

http://www.sprymedia.co.uk/article/Visual+Event

1 Comment

Thanks, that looks interesting. But I need something like a monitor or a log, where all performed actions are displayed.
0

Maybe I am misunderstanding the question, but I think Firebug's profiler and debugger will give you the information you're looking for.

Comments

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.