gdb_debug
Set breakpoints, run, and inspect binary execution with GDB to debug and analyze binaries.
Instructions
Debug binary with GDB (set breakpoint, run, inspect)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to binary | |
| breakpoint | No | Breakpoint location (default: main) |