 |
|
 |
MESC TOOL NEWS:
MESCT-PD38-000916D
PD38 V.4.00 Release 1 Precaution
|
Please take note of the following problem in using emulator debugger PD38 for the 740 family of MCUs:
- On displaying include files
- Versions Concerned
PD38 V.4.00 Release 1
- Problem
In the Program or Source window, the names of include files that contain instruction code do not appear on the list of source files in the Source dialog box (for selecting the source file to be displayed). Consequently, no include file can be displayed in the Program or Source window.
- Note: The Source dialog box is opened by the following procedure:
- Select [Option] --> [View] --> [Source...] menu.
- Click the View button in the Program or Source window. In the Disp Area dialog box that appears, click the Source button.
- In the Source display mode or Mix display mode, double-click the Line area in the Program or Source window.
Example:
In the program shown below, the main.a74 file is displayed within the list of source files in the Source dialog box, but the init.inc file is not.
-------------------------------------------------------------
(main.a74) | (init.inc)
----------------------------+--------------------------------
: |
nop | nop
.include init.inc | nop
nop | nop
: |
-------------------------------------------------------------
- Workaround
Enter the address of the label defined in an include file or the address of the instruction described in an include file into the Address dialog box, which allows the include file to be displayed in the Program or Source window.
- Note: The Address dialog box is opened by the following procedure:
- Select [Option] --> [View] --> [Address...] menu.
- Click the View button in the Program or Source window. In the Disp Area dialog box that appears, click the Address button.
- In the Source display mode or Mix display mode, double-click the Address area in the Program or Source window.
- Schedule of Fixing Problem
We plan to fix this problem in our next release.
|
 |