windbg_run_command_async
Send a raw cdb command asynchronously, returning immediately without waiting for a prompt. Use wait_for_event or read_output to retrieve 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 |