Hello - quick question. Trying to learn JXA, to use the scripts from KM.
Based on some great advise here, have been able to use VS Code and Code Runner and use of debugger;
statement, to attach scripts to Safari debugger.
However, as silly as it sounds, I have not been able to figure out how to stop the execution once attached to Safari debugger - it seems the script execution has to be completed to remove it from the Safari develop menu.
There has got to be a way to stop the script, make a modification, and launch again in the debugger... Thanks!