Coverage Dialog Box

See Also

Allows you to specify options for logging program execution. Use this dialog box to retrieve information on how many times each line of code was executed, which lines of code were not executed in your testing, and how long each line took to execute.

This dialog box appears when you choose Coverage Logging from the Tools menu in the Debugger window.

Dialog Box Options

File

Specifies the file to write the coverage log to. The dialog button displays the Open dialog box, which allows you to select a file to write the coverage log to.

Append

Specifies that the coverage log is written after the current contents of an existing file, preserving the original contents.

Overwrite

Specifies that coverage log replaces the contents of the specified file.