Remote debugging - how to execute script - Google Groups
fpp Post reply
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).ThanksFlorian
fpp Post reply
Mar 31
found it:type / call in the console :"__run();"with breakpoints set on lines or "debugger;" in the code.