2019.1

Table Of Contents
l
Into (F5): Step into the function on the current line, if possible. A common use case for
this is to step into a results.each() call. Note that you can only step into functions
that are defined in user scripts. For other statements this behaves like (Step) Over.
l
Over (F6): Step over the current line.
l
Return: Step out of the current function. This only works if execution is suspended inside
a function defined in one of the user scripts. Otherwise it behaves like (Step) Over.
l
Resume (F8): Continue up to the next breakpoint or until the output run is finished.
l
Restart: Start the debugging session over from the beginning. This button is only
available when the output run has finished. Execution will be suspended on the first line
of the output run, even if that line does not have a breakpoint.
l
Close: Close the Script Debugger.
Project wizards
Basic Email - Project Wizard
The Basic Email Project Wizard generates a Connect solution that can send emails.
To start the Project Wizard, select File > New > Project Wizards > Basic Email from the menu.
For more detailed information about this project, and instructions on how to test and customize
it, see "Project wizard: Basic Email" on page160.
The wizard contains the following options.
l
Workflow
l
Project folder: Select a folder. In this folder, the Project Wizard will create two
folders: Configurations and Workspace. The project's resource files are saved to the
Configurations folder. The Workspace folder is meant to be used when debugging
the solution (see "Project wizards" above).
l
Send Templates and resources to Workflow: Check this option to send the
necessary resource files to the active Workflow instance on the local machine.
Without these files the Workflow configuration can be inspected, but it cannot be
tested; in order to test the configuration, you'll have to send the resources manually
(see "Sending files to Workflow" on page439).
Page 911