2022.1

Table Of Contents
Step-through buttons
The buttons at the bottom of the Script Debugger let you step through the code. When you step
through the code it always steps relative to the most recent stack frame.
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. 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.
Sample Projects
A Sample Project generates a small Connect solution that is ready to be tested and deployed.
The solution contains a specific Workflow configuration, as well as the Connect templates, data
mapping configurations, and any Job Presets and Output Presets that are used in that
configuration.
This chapter describes the Sample Projects and the projects that they install. It will help you
install, comprehend and customize the projects.
There is an introductory Sample Projects overview video on the OL Learn website.
For generic information about Connect solutions and their components, see "OL Connect
projects" on page135.
Note
The projects require that the Connect Server and Connect Workflow be installed on the
local machine.
These are the projects that can be installed with a wizard.
Page 1060