To continue with this content, please log in with your Data Access ID or create a new account.
Cancel Data Access ID
You may not be authorized to see this content. Please contact Data Access Europe for more information.
Cancel Data Access Europe
You are not authorized to see this content.
Cancel Data Access Europe
Next lesson:
Prepare for Debugging
Cancel

Debugging DataFlex Apps

Introduction

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.