2.6 Displaying and Changing Programs

This section describes how to display and change programs when a load module file with the debug information is downloaded to a debug tool.

Downloaded programs can be displayed in the following panels.

 

-

Editor panel
The source file is displayed and can be edited.
Furthermore, the source level debugging (see "2.9.3 Execute programs in steps") and the display of the code coverage measurement result (see "2.15.2 Display coverage measurement results") can be performed in this panel.



-

Disassemble panel
The result of disassembling the downloaded program (the memory contents) is displayed and can be edited (line assemble).
Furthermore, the instruction level debugging (see "2.9.3 Execute programs in steps") and the display of the code coverage measurement result (see "2.15.2 Display coverage measurement results") can be performed in this panel. In this panel, the disassembled results can be displayed with the corresponding source text (default).

 

Remark

It is normally necessary to download a load module file with debugging information in order to perform the source level debugging, but it is also possible to do so by downloading a hex format (*.hex), Motorola S format (*.mot), or binary data format (*.bin) file (see "2.5.2.4 Performing source-level debug with hex format, Motorola S format, or binary data format files").