2.9 Change Display Mode

You can change the display mode of the Editor panel by clicking the button (toggle) on the toolbar.

Caution

This function is enabled only when connected to the debug tool and the downloaded source file is opened in this panel.

(1)

Normal display mode

In this display mode (default), the line number, address and source text, etc. are displayed.

Figure 2.17

Normal Display Mode

(2)

Mixed display mode

In this display mode, the code data, label and disassembled text are displayed combined with the source text.

Figure 2.18

Mixed Display Mode

Caution 1.

In the mixed display mode, the source text and the corresponding code information that were acquired from the downloaded load module file are displayed. Therefore, to display the source text that has been modified in the mixed display mode, you need to run a rebuild and download it.

Caution 2.

In the mixed display mode, the source files cannot be edited. In addition, [Redo]/[Cut]/[Paste]/[Delete]/[Select All]/[Replace...]/[Bookmark]/[Outlining]/[Advanced] from the [Edit] menu are disabled.

Caution 3.

When the mixed display mode is selected in the Editor panel, the sequence of instruction execution for statements within a function to which inline expansion is applied is not displayed in the inline-expanded part (part where the function is actually called). Instead, it is displayed in the function of the source for inline-expansion.
In the function of the source for inline-expansion, the number of sequences of instruction execution added and displayed is the same as the number to which inline-expansion is applied.

Remark

You can save the contents of the current mixed display to a file in the text or CSV format by selecting [Save Source Mixed Data As...] from the [File] menu (the contents of hidden columns cannot be saved).