Debug is available for all LANSA applications. Debug features are the same for Windows components (form and reusable parts) and web applications written as web pages.
Objectives
- To learn how to use debug with a web page application.
- To learn how to set breakpoints
- To learn how to set a breakpoint pass count
- How to debug a server module from a web page application
The focus of this exercise is to use debug features. At this time, a detailed understanding of the RDML/RDMLX commands. Other exercises in this module will teach more LANSA programming techniques.
To achieve these objectives, you will:
Step 1. Execute an Application with Debug
Step 4. Display Program Variables
Step 5. Set Breakpoint Properties
Step 6. Set Breakpoint in Server Module
Before You Begin
Complete exercises WBF015A, WBF015B, WBF025 and WBF035.