Main Content

target.Breakpoint Class

Namespace: target

Provide breakpoint details for debugger

Since R2021a

Description

Use the target.Breakpoint class to provide breakpoint details for a debugger.

To create a target.Breakpoint object, use the target.create function.

Properties

expand all

Function that contains the breakpoint.

Attributes:

GetAccess
public
SetAccess
public

Path to the file that contains the breakpoint.

Attributes:

GetAccess
public
SetAccess
public

Line number of the breakpoint.

Attributes:

GetAccess
public
SetAccess
public

Data Types: int32

Examples

PIL Target Connectivity with Debugger

For an example that uses the target.Breakpoint class, see Use Debugger for PIL Target Connectivity.

Version History

Introduced in R2021a