windbg_start_executable
Launch a Windows executable under cdb, starting suspended at the initial breakpoint for debugging.
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 |