Remote debugging how to execute script Google Groups

Remote debugging - how to execute script - Google Groups

fpp
Post reply


More message actions 

 

Mar 31

Could anybody kindly point me to a tutorial / the steps to execute the debugged script in Chrome.
I'm connected to the remote machine, the script seemingly is waiting for some action in the debugger, I can open the webkit inspector (shows as about:blank), see the code, set breakpoints etc.
But as I of course can not reload the page for inspection how do I execute the script (from the console).
Thanks
Florian
 


fpp
Post reply


More message actions 

 

Mar 31

found it: 
type / call in the console : 
"__run();" 
with breakpoints set on lines or "debugger;" in the code.
原文地址:https://www.cnblogs.com/lexus/p/2487851.html