remove_function_breakpoint
Removes a previously set function breakpoint by the exact function name used when adding it.
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 |