Getting Started
Table of Contents
Index
Chapter 13: Debugging COBOL
13.1 Overview
13.2 Preparation
13.3 Sample Session
13.3.1 Starting debugging
13.3.2 Stepping through Code and Examining Data
13.3.3 Changing Data Values
13.3.4 Finding Data Items
13.3.5 Setting Breakpoints
13.3.6 Locating Parts of the Program
13.3.7 Displaying Program Statistics
13.3.8 Changing the Path of Execution
13.4 Before Continuing