The Add Breakpoint tool is used to add breakpoints to the source code. Developers can specify lines numbers or other
natural language instructions to add breakpoints to.
type: functionfunction: name: add_breakpoint parameters: type: object properties: line_numbers: type: array description: The line number(s) to add a breakpoint to. items: type: string required: - line_numbers description: Adds breakpoints to the specified line numbers.
Assistant
Responses are generated using AI and may contain mistakes.