PyIDebugApplication.CreateAsyncDebugOperation

CreateAsyncDebugOperation(psdo)

Creates an IDebugAsyncOperation object to wrap a provided PyIDebugSyncOperation object.

Parameters

psdo : PyIDebugSyncOperation

Description for psdo

Comments

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.