主要内容

本页采用了机器翻译。点击此处可查看最新英文版本。

target.DebugExecutionTool 类

命名空间: target

为调试器提供 MATLAB 服务接口来管理目标硬件上的进程

自 R2023a 起

描述

使用从 target.ExecutionTool 继承的 target.DebugExecutionTool 类为调试器提供 MATLAB® 服务接口。该接口使调试器能够启动并跟踪目标硬件上的进程。

属性

全部展开

传递给目标应用程序的命令行参量。

特性:

GetAccess
public
SetAccess
public

方法

全部展开

示例

为 PIL 仿真提供调试

有关使用 target.DebugExecutionTool 类的示例,请参阅 Support PIL DebuggingDebugExecutionTool Template

版本历史记录

在 R2023a 中推出