clear_breakpoint
Remove breakpoints from a microcontroller by specifying the address, symbol name, or breakpoint handle. Useful for managing breakpoints during JLink debugging sessions.
Instructions
清除断点。可以通过地址、符号名或断点句柄来指定。
Args: address: 断点地址(十六进制字符串)。 symbol: 断点处的符号名(需已加载 ELF)。 handle: 断点句柄(由 set_breakpoint() 返回)。
Returns: 清除结果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | ||
| symbol | No | ||
| handle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |