
146 IBM Application Development Tools for z/OS and OS/390
Figure 3-22 Disassembly view
In disassembly view, you can:
Set breakpoints
Step through assembler instructions
Display and modify storage and general purpose registers
Monitor storage and general purpose registers
3.7 Dynamic Debug and separate debug file
Debug Tool supports hookless debugging (Dynamic Debug) for COBOL
programs and the use of a separate debug file.
These features are available as a result of modifications made to the TEST
compile option. A summary of each feature follows.
3.7.1 Dynamic Debug
A feature of Debug Tool is called Dynamic Debug. This feature allows you to
debug ...