get_breakpoint_count
Retrieves the total count of all breakpoints currently set, including enabled and disabled ones. Helps quickly assess breakpoint usage.
Instructions
Get the total number of breakpoints currently set.
Returns: Count of all breakpoints (enabled and disabled)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |