I'm trying to write a function which I can run in the Chrome developer tools console which will pragmatically trigger the "Resume script execution" button though javascript when execution is currently paused at a breakpoint.
I am trying to capture the value of a variable in a javascript source file during page load. Best way I can think of doing it is though javascript by setting a breakpoint on the variable, capturing its value then pragmatically continuing execution. It is only part of a personal experiment so it doesn't really matter how I get the value once I can get it.
Thanks.
2.1m questions
2.1m answers
60 comments
57.0k users