image

Default Target

image

Script Debugger lets you set an application as your script’s implicit target. This is the application to which undirected Apple events should be sent.

To set an implicit target:

image

To remove the implicit target:

This feature is useful for simulating runtime environments where there is an implicit target. For instance, if your script is to run from BBEdit’s Scripts menu, code that targets BBEdit doesn’t have to appear in a tell block, because you’re “inside” BBEdit already. To test or run such a script from within Script Debugger, you need a way to make BBEdit the default target, and that’s what this feature provides.



image
Record Parent Script
image