add_breakpoint
Set a breakpoint at a specific address to halt program execution for debugging. Choose hardware breakpoint for flash memory.
Instructions
Add a breakpoint. address : hex address, e.g. '0x08001234' hardware : True for hardware breakpoint (recommended for flash); False for software
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| hardware | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |