User`s manual
M3T-PD32R V.5.01 Release 00 Release Notes
Rev.1.00 10.01.2006 page 12 of 34
REJ10J1495-0100
5.6. Precautions on Debugging
5.6.1. When using CC32R
" If the target program contains multiple object files with the same file name, debug
information on those objects cannot be handled correctly.
" Variables that are named “bool” can be referred neither with C Watch Window nor with print
command in Script Window.
5.6.2. When using D-CC
" If the target program has typedef declarations internally used, pay attention to the following:
(1) When displaying type definition names, respective tag names are displayed.
(2) When using type definition names to write C language expressions, be sure to use
respective tag names.
5.6.3. Common precautions
" In the first line of a function, the stack frame for the function is not fully formed. When
referencing function parameters or auto variables, execute as many lines in the function as
can be executed.
" If a variable is declared with the same name as the type definition name declared by typedef,
you cannot reference that variable.