remove_function_breakpoint
Remove a function breakpoint by specifying the exact function name used when it was added. Eliminate unwanted debugger stops with a simple command.
Instructions
Remove function breakpoint by name (exact match used at add time).
Args: function_name: Name passed to add_function_breakpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes |