IDebugProgram3

Undocumented in source.
version(Windows && USE_MAGO)
interface IDebugProgram3 : IDebugProgram2 {}

Members

Functions

ExecuteOnThread
HRESULT ExecuteOnThread(IDebugThread2 pThread)
Undocumented in source.

Static variables

iid
GUID iid;
Undocumented in source.

Inherited Members

From IDebugProgram2

iid
GUID iid;
Undocumented in source.
EnumThreads
HRESULT EnumThreads(IEnumDebugThreads2* ppEnum)
Undocumented in source.
GetName
HRESULT GetName(BSTR* pbstrName)
Undocumented in source.
GetProcess
HRESULT GetProcess(IDebugProcess2* ppProcess)
Undocumented in source.
Terminate
HRESULT Terminate()
Undocumented in source.
Attach
HRESULT Attach(IDebugEventCallback2 pCallback)
Undocumented in source.
CanDetach
HRESULT CanDetach()
Undocumented in source.
Detach
HRESULT Detach()
Undocumented in source.
GetProgramId
HRESULT GetProgramId(GUID* pguidProgramId)
Undocumented in source.
GetDebugProperty
HRESULT GetDebugProperty(IDebugProperty2* ppProperty)
Undocumented in source.
Execute
HRESULT Execute()
Undocumented in source.
Continue
HRESULT Continue(IDebugThread2 pThread)
Undocumented in source.
Step
HRESULT Step(IDebugThread2 pThread, STEPKIND sk, STEPUNIT step)
Undocumented in source.
CauseBreak
HRESULT CauseBreak()
Undocumented in source.
GetEngineInfo
HRESULT GetEngineInfo(BSTR* pbstrEngine, GUID* pguidEngine)
Undocumented in source.
EnumCodeContexts
HRESULT EnumCodeContexts(IDebugDocumentPosition2 pDocPos, IEnumDebugCodeContexts2* ppEnum)
Undocumented in source.
GetMemoryBytes
HRESULT GetMemoryBytes(IDebugMemoryBytes2* ppMemoryBytes)
Undocumented in source.
GetDisassemblyStream
HRESULT GetDisassemblyStream(DISASSEMBLY_STREAM_SCOPE dwScope, IDebugCodeContext2 pCodeContext, IDebugDisassemblyStream2* ppDisassemblyStream)
Undocumented in source.
EnumModules
HRESULT EnumModules(IEnumDebugModules2* ppEnum)
Undocumented in source.
GetENCUpdate
HRESULT GetENCUpdate(IDebugENCUpdate** ppUpdate)
Undocumented in source.
EnumCodePaths
HRESULT EnumCodePaths(LPCOLESTR pszHint, IDebugCodeContext2 pStart, IDebugStackFrame2 pFrame, BOOL fSource, IEnumCodePaths2* ppEnum, IDebugCodeContext2* ppSafety)
Undocumented in source.
WriteDump
HRESULT WriteDump(DUMPTYPE DumpType, LPCOLESTR pszDumpUrl)
Undocumented in source.

Meta