加载可执行文件
gdb_load_programLoad a program and its symbol table into the connected target to begin debugging embedded systems.
Instructions
加载要调试的可执行文件及其符号表。
参数:
programPath: 可执行文件路径
必须在连接目标板后调用此命令。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| programPath | Yes | Path to the executable file to debug |