windbg_start_executable
Launch a Windows executable under cdb, pausing at the initial breakpoint until you continue execution.
Instructions
Launch a Windows executable under cdb. The target starts SUSPENDED at the initial breakpoint — use windbg_continue to run it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exe | Yes | Full path to the .exe to launch | |
| args | No | Command-line arguments |