Debugger: List Breakpoints
debugger_list_breakpointsRetrieve breakpoints from the Roku debugger for a given device, displaying file, line, condition, hit count, and verification/queue status.
Instructions
List the breakpoints the debugger is tracking for a device: each with filePath, lineNumber, conditionalExpression?, hitCount?, verified (registered on the device), queued (waiting for the next halt to register), and breakpointId?. Read-only.
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. |