PyIDebugApplication.SynchronousCallInDebuggerThread

SynchronousCallInDebuggerThread(pptc, dwParam1, dwParam2, dwParam3)

Provides a mechanism for the caller to run code in the debugger thread.

Parameters

pptc : PyIDebugThreadCall

Description for pptc

dwParam1 : int

Description for dwParam1

dwParam2 : int

Description for dwParam2

dwParam3 : int

Description for dwParam3

Comments

This is generally used so that language engines and hosts can implement free threaded objects on top of their single threaded implementations.