windbg_run_command_async
Execute a raw cdb command asynchronously in WinDbg, returning immediately without waiting for a prompt or break-in. Use windbg_wait_for_event or read_output to collect results later.
Instructions
Send a raw cdb command and return immediately without waiting for a prompt and without break-in. Use windbg_wait_for_event/read_output afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Raw cdb command to send |