Use the control panel to customize the Insure++ options. You can configure additional options by creating a .psrc file in the project directory and specifying the options you want enable. See Configuration Options (psrc) for additional information. 

Choose Window > Control Panel from the Insure++ menu to access the control panel.

You can enable/disable the following options. 

Check for uninitialized  variables

Enable this option to check for variables that have been declared but not set to a definite known value before being used.

Default is enabled.

Generate coverage map data

Enabling this option to generate coverage map data used in the coverage summary report. See Code Coverage for additional information.

Default is enabled.

Counting coverageEnable this option to add an additional field that shows a count of how many times each block of code was executed in each run. Enabling this option may affect performance.
Statically link runtime library

Enable this option to allow the linker to copy all library routines used in the program into the executable image. 

Default is enabled.

Summarize

Choose the types of information to include in your reports.

  • Bugs: Select to generate a summary report showing the bugs found.
  • Leaks: Select to generate a summary report of the memory leaks found.
  • Outstanding Memory: Select to generate a summary report of the outstanding allocated memory blocks.
  • Coverage: Select to generate a summary report of the code covered. 

Advanced Options

Click <<Advanced to access an interface for specifying .psrc options.

Specify a valid option and click Enter. Refer to the Options Used by Insure++ section for available settings.

Click Save after specifying the your configuration options to save your settings.

  • No labels