Main Content

target.Breakpoint 类

命名空间: target

为调试器提供断点详细信息

自 R2021a 起

描述

使用 target.Breakpoint 类为调试器提供断点详细信息。

使用 target.create 函数创建 target.Breakpoint 对象。

属性

全部展开

包含断点的函数。

属性:

GetAccess
public
SetAccess
public

包含断点的文件的路径。

属性:

GetAccess
public
SetAccess
public

断点的行号。

属性:

GetAccess
public
SetAccess
public

数据类型: int32

示例

使用调试器建立 PIL 的目标连接

有关使用 target.Breakpoint 类的示例,请参阅Use Debugger for PIL Target Connectivity

版本历史记录

在 R2021a 中推出