Skip to main content

Multi-Output Project Debugging

  • January 19, 2016
  • 1 reply
  • 0 views

How do you specify the module you want to debug into in a Multi-Output project with many console type modules?

1 reply

Chris Glazier
Forum|alt.badge.img+2

How do you specify the module you want to debug into in a Multi-Output project with many console type modules?

If this is Visual COBOL for Visual Studio the first time you start debugging a multi-output project it will prompt you to select the .exe file to start. It then will save this under the Property Page-->Debug tab in the Start Project Output field.

If you wish to change the program to debug you would change it in this field on the Debug tab.

Thanks.