remove_function_breakpoint
Removes a previously set function breakpoint by its exact name, used with add_function_breakpoint.
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 |