D
D
DadFild2015-07-30 21:40:45
JavaScript
DadFild, 2015-07-30 21:40:45

What JavaScript analysis (debugging) tools do you know?

I don't have a standard job.

A third-party site is written entirely in js and a minimum of layout.
js itself is shrinking beyond recognition.

I need to find out which function is triggered when a button is pressed.

those. standard methods .click(); .value(); do not work if you try to simulate user actions through js.

What tools are there that would show functions or that would make my task easier?

If you are interested in the project, write to me on skype timewebdev

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
gassmonkey, 2015-07-30
@gassmonkey

js itself is shrinking beyond recognition.

What prevents demining?

S
Sergey, 2015-07-31
Protko @Fesor

Chrome has everything you need. There is a debugger with breaks, it is possible to put breaks on changing the DOM ... for most cases this is enough.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question