Re: Script Debugger 6 Officially Released
Re: Script Debugger 6 Officially Released
- Subject: Re: Script Debugger 6 Officially Released
- From: Shane Stanley <email@hidden>
- Date: Fri, 17 Jun 2016 22:20:09 +1000
On 17 Jun 2016, at 10:02 PM, 2551phil <email@hidden> wrote:
>
> 1. How do you solve the problem that the “flatten” feature (now removed) solved? i.e., distribute a script that references a library without getting the user to separately install it?
Assuming it's an applet, you add it to the applet's Resources folder, which you can do in the Resources pane. If not an applet, then save as a .scptd bundle. SD has basically moved from a proprietary system to using the new standard script libraries.
>
> 2. What do the red dots/circles in the gutter indicate? I don’t mean red error messages that have a sort of right-facing arrow shape); I have a couple that appear on a script that runs successfully (I’ve also seen yellow dots/circles). There doesn’t seem any documentation for them. Searching the help for gutter and markers didn’t provide an answer.
They're code coverage indicators -- they indicate how many times a line has been executed. They start off small and grey, and get bigger and change color the more a line is executed. If a line is never executed, there's no circle. If you hover over one, you can see the count, something like "Hits: 49".
<insert I'm biased disclaimer here>
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden