Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin-funderburg/ad8fd52012d3e21bbb707bebc8fb251b to your computer and use it in GitHub Desktop.
Save kevin-funderburg/ad8fd52012d3e21bbb707bebc8fb251b to your computer and use it in GitHub Desktop.
Duplicate the front tab in Script Debugger.
tell application "Script Debugger"
tell front document
set sourceText to source text
set thename to name
end tell
set d to make new document with properties {source text:sourceText}
tell d
compile
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment