Everything

build.Link.RangeOfDebugMonitorArea


This property is for setting or referring to the range of a debug monitoring area. It is a link option for the active project. [CC-RL]

[Specification format]

build.Link.RangeOfDebugMonitorArea = area

[Setting(s)]

Setting

Description

area

Specify the range of a debug monitoring area in the format "start address - end address".

[Reference]

Range of a debug monitoring area

[Detailed description]

-

This property is for setting or referring to the range of a debug monitoring area. It is a link option for the active project.

Caution

This property can only be set or referred to when [Set debug monitor area] (build.Link.SetDebugMonitorArea) has been specified for [Yes(Specify address range)] (DebugMonitorArea.SpecifiedAddressRange).

[Example of use]

>>>build.Link.RangeOfDebugMonitorArea = "FE00-FFFF"
>>>print build.Link.RangeOfDebugMonitorArea
FE00-FFFF
>>>