Main Content

target.DebugIOTool Class

Namespace: target

Debug byte stream I/O tool service interface

Since R2021a

Description

To provide a service interface for a tool that starts and tracks an application on the target hardware through a debugger, define a subclass that derives from the target.DebugIOTool class. The tool controls the debugger's interaction with the executing application and reads and writes to memory through the debugger. The target.DebugIOTool class inherits from target.DebugExecutionTool.

Properties

expand all

Application breakpoints that you must set in the debugger.

Attributes:

GetAccess
public
SetAccess
public

Methods

expand all

Examples

PIL Target Connectivity with Debugger

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

Version History

Introduced in R2021a