fpp
Post reply
More message actions

Mar 31

Other recipients:

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

Other recipients:

found it:

type / call in the console :
"__run();"
with breakpoints set on lines or "debugger;" in the code.