CreateAsyncDebugOperation(psdo)
Creates an IDebugAsyncOperation object to wrap a provided PyIDebugSyncOperation object.
Parameters
psdo : PyIDebugSyncOperation
Description for psdoComments
This provides a mechanism for language engines to implement asynchronous expression and
evaluation, etc. without having to know the details of synchronization with the
debugger thread. See the descriptions for PyIDebugSyncOperation and PyIDebugAsyncOperation
for more details.