Smart hosts implement the IActiveScriptSiteDebug32 interface to perform document management and to participate in debugging. The IActiveScriptSite object typically provides an implementation of the IActiveScriptSiteDebug32 interface. If this is done, call the IActiveScriptSite::QueryInterface method to obtain the IActiveScriptSiteDebug32 interface.
In addition to the methods inherited from IUnknown, the IActiveScriptSiteDebug32 interface exposes the following methods.
Method | Description |
---|---|
Returns the debug application object associated with this script site. | |
Used by the language engine to delegate IDebugCodeContext::GetSourceContext. |