breakpoint_set_function
Set a breakpoint on a function by its fully-qualified name. Pause execution when the function is called, with optional condition or hit count.
Instructions
Set a breakpoint on a function by symbol name (e.g. "Namespace.Class.Method").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| condition | No | Optional condition expression. | |
| functionName | Yes | Fully-qualified function name to break on. | |
| hitCondition | No | Optional hit count expression. |