Output file, Output file save – Freescale Semiconductor Microcontrollers User Manual

Page 75

Advertising
background image

Debugger Components

General Debugger Components

75

Microcontrollers Debugger Manual

Output File

You can redirect Coverage component results to an output file by selecting Output File >
Save As
in the menu or context menu.

Output File Filter

Select Output Filter to display the dialog box shown in

Figure 3.13

. Select what you want

to display, i.e. modules only, modules and functions, or modules, functions and code lines.
You can also specify a range of coverage to be logged in your file.

Figure 3.13 Output File Filter Dialog Box

Output File Save

The Save As entry opens a Save As dialog box where you can specify the output file name
and location, an example is shown in

Listing 3.1

.

Listing 3.1 Example Output File with Modules and Functions:

------------------------------------------------------------
Coverage: Item:
------------------------------------------------------------
94.4 % Application
FULL fibo.c
FULL Fibonacci()
FULL main()
86.0 % startup.c
80.5 % Init()
FULL _Startup()

Advertising