Debugger: Remove Breakpoints
debugger_remove_breakpointsRemove Roku breakpoints by file:line, including queued ones without device IDs. Returns the removed count.
Instructions
Remove breakpoints by location. locations: array of { filePath, lineNumber } (matching what debugger_list_breakpoints reports). Removal is by file:line so it also clears a still-queued breakpoint that has no device id yet. Returns { removed }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional. Roku IP or serial; must match a connected Dev Studio tab. Omit to use the focused tab. | |
| locations | Yes | Breakpoint locations to remove. |