You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
xusheng6
changed the title
Implement a synchrounous version of InvokeBackendCommand for DbgEng
InvokeBackendCommand does not return the output for DbgEng
Oct 11, 2024
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
The text was updated successfully, but these errors were encountered: