|
HRESULT | SetName ([in] LPCOLESTR pstrName) |
|
HRESULT | StepOutComplete () |
|
HRESULT | DebugOutput ([in] LPCOLESTR pstr) |
|
HRESULT | StartDebugSession () |
|
HRESULT | HandleBreakPoint ([in] BREAKREASON br, [out] BREAKRESUMEACTION *pbra) |
|
HRESULT | Close () |
|
HRESULT | GetBreakFlags ([out] APPBREAKFLAGS *pabf, [out] IRemoteDebugApplicationThread **pprdatSteppingThread) |
|
HRESULT | GetCurrentThread ([out] IDebugApplicationThread **pat) |
|
HRESULT | CreateAsyncDebugOperation ([in] IDebugSyncOperation *psdo, [out] IDebugAsyncOperation **ppado) |
|
HRESULT | AddStackFrameSniffer ([in] IDebugStackFrameSniffer *pdsfs, [out] DWORD *pdwCookie) |
|
HRESULT | RemoveStackFrameSniffer ([in] DWORD dwCookie) |
|
HRESULT | QueryCurrentThreadIsDebuggerThread () |
|
HRESULT | SynchronousCallInDebuggerThread ([in] IDebugThreadCall32 *pptc, [in] DWORDLONG dwParam1, [in] DWORDLONG dwParam2, [in] DWORDLONG dwParam3) |
|
HRESULT | CreateApplicationNode ([out] IDebugApplicationNode **ppdanNew) |
|
HRESULT | FireDebuggerEvent ([in] REFGUID riid, [in] IUnknown *punk) |
|
HRESULT | HandleRuntimeError ([in] IActiveScriptErrorDebug *pErrorDebug, [in] IActiveScriptSite *pScriptSite, [out] BREAKRESUMEACTION *pbra, [out] ERRORRESUMEACTION *perra, [out] BOOL *pfCallOnScriptError) |
|
BOOL | FCanJitDebug () |
|
BOOL | FIsAutoJitDebugEnabled () |
|
HRESULT | AddGlobalExpressionContextProvider ([in] IProvideExpressionContexts *pdsfs, [out] DWORDLONG *pdwCookie) |
|
HRESULT | RemoveGlobalExpressionContextProvider ([in] DWORDLONG dwCookie) |
|
HRESULT | ResumeFromBreakPoint ([in] IRemoteDebugApplicationThread *prptFocus, [in] BREAKRESUMEACTION bra, [in] ERRORRESUMEACTION era) |
|
HRESULT | CauseBreak () |
|
HRESULT | ConnectDebugger ([in] IApplicationDebugger *pad) |
|
HRESULT | DisconnectDebugger () |
|
HRESULT | GetDebugger ([out] IApplicationDebugger **pad) |
|
HRESULT | CreateInstanceAtApplication ([in] REFCLSID rclsid, [in] IUnknown *pUnkOuter, [in] DWORD dwClsContext, [in] REFIID riid, [out, iid_is(riid)] IUnknown **ppvObject) |
|
HRESULT | QueryAlive () |
|
HRESULT | EnumThreads ([out] IEnumRemoteDebugApplicationThreads **pperdat) |
|
HRESULT | GetName ([out] BSTR *pbstrName) |
|
HRESULT | GetRootNode ([out] IDebugApplicationNode **ppdanRoot) |
|
HRESULT | EnumGlobalExpressionContexts ([out] IEnumDebugExpressionContexts **ppedec) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 428 of file activdbg.idl.