launch_gdb
Starts GDB in WSL2 with the MCP plugin loaded, enabling binary debugging with log capture. Optionally runs the target program immediately for a quick start.
Instructions
Launch gdb with the MCP plugin loaded inside WSL2 (background
process, log captured to a file). program may be a Windows or WSL
path; the session registers itself when the plugin connects. With
run=True, the inferior is started immediately (equivalent to
gdb -ex run).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| env | No | ||
| run | No | ||
| args | No | ||
| distro | No | ||
| program | No | ||
| gdb_args | No | ||
| attach_timeout_ms | No |