Debugging a COBOL
Program > Debugging COBOL
Projects |
|
In local debugging, the debugger runs concurrently with the program being
debugged
and performs local debugging using the COBOL application launch
configuration.
The procedure for starting debugging is explained below.
. The [Debug] dialog is displayed.


Select a project from the Dependency view, and select [Debug] > [Debug As] > [COBOL Application] from the menu bar. This can start debugging under the default settings.
This section explains the COBOL application launch configuration setting items, excluding those on the main tab.
Specify the source search path. The debugger searches sources in the order that they are displayed in [Source lookup path:]. Projects and folders can be added to the search paths. You can change the order of the search paths by clicking [Up] or [Down].


If there is a dependency of a dynamic link library, use
[Add Projects...] to add the dynamic link library project from the workspace or use [Add External Folders...] to add the dynamic link library project as an external folder (outside workspace).
Specify the launch configuration information save mode and the perspective
that is opened following the start of execution or debugging.
For details,
refer to the description about the common tab in "exe3_cob.doc"
|