Did you know how to show variables in Debugger using a tree structure?

Question ID : 262
Created on 2016-02-22 at 2:30 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=262



IsCOBOL Debugger offers the ability to show the program's variables in a 'tree structure'. This is very useful when you need to see the content of grouped variables (under 01 level) in Working-Storage or Linkage sections, or FD definitions, because you can immediately see the content of all child variables, including the occurs items.

This is done through Quick Watch function. This function is activated in one of the following ways:
- pressing Ctrl+Q on a selected variable,
- choosing the menu item 'Data - Quick watch' in the main window menu-bar,
- choosing the pop-up menu item 'Quick watch'.

See the image below



Back to Original Question