Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: How can I see the animating of call programs in Visual Cobol like I can see in Mainframe Express ???

$
0
0

If you would like this to run as it did in MFE then you will most likely want to generate .int or .gnt files.

Create a single project and set its type to all .int/gnt files as shown below:
The default is to create .int files.
If you wish to generate .gnt files instead then click the checkbox next to the "Compile to .gnt" option.

This will cause either an .int or .gnt file to be generated for each program source file in the project so add all of your programs to this project.

To configure the starting program to use when debugging under Debugging Configurations browse to the program that you wish to be the main program.

Now when you start debugging it will run the main program and you should be able to step directly into your sub programs when they are called.

 


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>