find_breakpoint_hits
Find all execution hits at a specified source line from stack traces or crash reports to examine variable values and call context in Pernosco.
Instructions
Find all hits of a specific source line. Use when you have a file:line from a stack trace or crash report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Source file path or URL as it appears in Pernosco, e.g. "nsDocShell.cpp" | |
| line | Yes | Line number (1-based) | |
| print_exprs | No | Semicolon-delimited C++ expressions to evaluate at each hit | |
| limit | No | Max results per direction (default 50) |