ReleaseDebugMode= debugMode
Description:
Indicates the debugging mode for the built application. An application built in the release debugging mode uses a single breakpoint and does not require the .text section to be located in RAM. A typical use case for this entry is debugging an application running in ROM and/or using hardware breakpoints.
Parameters:
debugMode determines the debugging mode.
0 = standard debugging mode
1 = release debugging mode
Example:
ReleaseDebugMode=0