User`s guide

The Program Debugger
V+ systems include a program debugger for interactively executing and modifying
application programs. With the debugger, a program can be executed one step at a time (or
in larger, user-controlled segments) while the program instructions and the program output
are simultaneously displayed in two separate sections of the monitor window.
NOTE:The program debugger cannot access protected programs.
The debugger has an editor mode that allows editing of programs during the debugging
session. Changes made to the program can be executed immediately to verify their
correctness.
While the program is executing, the values of program variables can easily be displayed or
changed.
The following sections describe the use of the program debugger in detail.
l Entering and Exiting the Debugger
l The Debug Monitor command
l Using the Debug Key or the DEBUG Extended Command
l The Debugger Display
l Debugger Operation Modes
l Debugging Programs
l Positioning the Typing Cursor
l Debugger Key Commands
l Debug Monitor-Mode Keyboard Commands
l Using a Pointing Device With the Debugger
l Control of Program Execution
l Single-Step Execution
l PAUSE Instructions
l Program Breakpoints
l Program Watchpoints
Entering and Exiting the Debugger
The program debugger can be invoked in two ways:
The Program Debugger
(Undefined variable: Primary.Product_Name_V)Language User's Guide, version
17.x
Page 85