Trace Data Display Example (Source); Source Display - Fujitsu SOFTUNE F2 MC-16 User Manual

Software for developing programs for the f2 mc-16 family of microprocessors / microcontrollers
Hide thumbs Also See for SOFTUNE F2 MC-16:
Table of Contents

Advertisement

CHAPTER 2 DEPENDENCE FUNCTIONS
2.6.9.4

Trace Data Display Example (Source)

This section describes trace data that is displayed in the source line mode.

■ Source Display

This mode displays only source lines. Figure 2.6-8 shows a source display example.
frame no.
Displays frame numbers as decimal number.
source
Displays the source line to be executed.
316
Figure 2.6-8 Example of the Trace Data Display (Source)
>SHOW TRACE/SOURCE -10..-5
frame no.
source
:
sample.c$61
-00007 :
sample.c$62
:
sample.c$66
-00006 :
sample.c$67
:
sample.c$53
:
sample.c$54
:
sample.c$55
:
sample.c$56
:
sample.c$57
if (p->val >= tblp[j - 1]->val)
break;
tblp [i - 1] = p;
}
while (max > 1) {
p = tblp [max - 1];
tblp [max - 1] = tblp[0];
max--;
i = 1;

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Softune workbench

Table of Contents