debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Implement a synchrounous version of InvokeBackendCommand for DbgEng

Open xusheng6 opened this issue 1 year ago • 0 comments

I chatted with a WinDbg dev and was told that IDebugControl::Execute only returns when the full response text is emitted via the callback. This means I can write some code and monitor the output, and once the IDebugControl::Execute returns, return the output text I have got to the user

xusheng6 avatar Jul 11 '24 08:07 xusheng6