dbg_set_breakpoint
Set breakpoints in C/C++ programs by file:line or function name, with optional conditions, hit counts, and log messages for targeted debugging.
Instructions
Set a breakpoint at file:line OR on a function. Optional condition / hit count / logpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| file | No | ||
| line | No | ||
| function | No | ||
| condition | No | ||
| hit_condition | No | ||
| log_message | No |