Previous Topic Next topic Print topic


Create a build configuration

You use the Build Configuration to specify project settings that are passed to the compiler, including pre and post build events, and additional library and resource files. In this part of the tutorial, you enable your project for debugging.
  1. Right-click your project in the COBOL Explorer view and select Properties.
  2. Expand Micro Focus and select Build Configurations > COBOL.
  3. Select New Configuration [Active] from the drop-down list.
  4. Ensure that the settings for your project match these:
    Field Value
    Output path "New Configuration.bin"
    Target Type "All Executable Files"
    Enable configuration specific settings (in the Override Project COBOL settings section) Selected
    Compile for debugging Selected
  5. Click OK.
Previous Topic Next topic Print topic