isCOBOL provides a visual source-level debugger. In order to debug programs, they must be compiled with the -d option. For example:
iscc -d Options SourceCodeWhen the -d option is used, the compiler stores the names of the source file, the copyfile, and their respective paths in the class file. The source file is not included in the resulting class file (it contains only references to the source code). The Debugger must be able to load these names and paths in order to show its content.
•
• The following command starts a debugging session of the ProgramName program.
iscrun -d ProgramName
isrun -d ProgramNameNote - The Debugger takes advantage of some Compiler features, therefore the isCOBOL Compiler must be installed and licensed on the machine where the above commands are used.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |