background image
<< Commands - List of Commands | Commands - Debug menu >>
Commands - Breakpoint menu
<< Commands - List of Commands | Commands - Debug menu >>
User's Guide
451
27 M
ENU
C
OMMANDS
Breakpoint menu
Breakpoint menu
The Breakpoint menu contains the following commands:
·
Add...
·
Delete...
·
Delete All
·
Toggle
Note For complete information about debugging testcases, see
Chapter 7, "Using the Debugger".
Breakpoint/Add...
Available only in debugging mode. Opens the Add Breakpoint dialog, which
allows you to add a breakpoint at any executable line of a function.
To set a breakpoint, double-click on a module from the Modules list box,
which displays all currently loaded scripts and include files. When you select
a module, the Function field displays all the functions and testcases in the
selected module. Select the function that you want to enter a breakpoint into.
SilkTest enters the function name in the Breakpoint field. Select OK to have
SilkTest set a breakpoint on the first line of that function. A breakpoint is
denoted as a large bullet.
Breakpoint/Delete...
Available only in debugging mode. Opens the Delete Breakpoint dialog,
which lets you delete one ore more breakpoints. The dialog lists all
breakpoints by file name and line number.
Breakpoint/Delete All
Available only in debugging mode. Deletes all breakpoints, first prompting
you for confirmation.