This course teaches how to use the DataFlex Debugger. The Debugger is part of the Studio that allows you to inspect a running program.
Most debugging is performed by inspecting variables and properties inside the source code while the program is paused.
A program is paused by adding breakpoints to lines of source code. When a program is executed in the debugger, and a breakpoint is encountered, the program pauses before executing that particular line of code.
Throughout the remainder of this course the DataFlex Debugger will simply be referred to as the debugger.