Share via


IDebugApplication32 Interface

Definition

public interface class IDebugApplication32 : Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplication
[System.Runtime.InteropServices.Guid("51973C32-CB0C-11D0-B5C9-00A0244A0E7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugApplication32 : Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplication
[<System.Runtime.InteropServices.Guid("51973C32-CB0C-11D0-B5C9-00A0244A0E7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugApplication32 = interface
    interface IRemoteDebugApplication
Public Interface IDebugApplication32
Implements IRemoteDebugApplication
Attributes
Implements

Methods

AddGlobalExpressionContextProvider(IProvideExpressionContexts, UInt32)
AddStackFrameSniffer(IDebugStackFrameSniffer, UInt32)
CauseBreak()
Close()
ConnectDebugger(IApplicationDebugger)
CreateApplicationNode(IDebugApplicationNode)
CreateAsyncDebugOperation(IDebugSyncOperation, IDebugAsyncOperation)
CreateInstanceAtApplication(Guid, Object, UInt32, Guid, Object)
DebugOutput(String)
DisconnectDebugger()
EnumGlobalExpressionContexts(IEnumDebugExpressionContexts)
EnumThreads(IEnumRemoteDebugApplicationThreads)
FCanJitDebug()
FireDebuggerEvent(Guid, Object)
FIsAutoJitDebugEnabled()
GetBreakFlags(UInt32, IRemoteDebugApplicationThread)
GetCurrentThread(IDebugApplicationThread)
GetDebugger(IApplicationDebugger)
GetName(String)
GetRootNode(IDebugApplicationNode)
HandleBreakPoint(BREAKREASON, BREAKRESUMEACTION[])
HandleRuntimeError(IActiveScriptErrorDebug, IActiveScriptSite, BREAKRESUMEACTION[], ERRORRESUMEACTION[], Int32)
QueryAlive()
QueryCurrentThreadIsDebuggerThread()
RemoveGlobalExpressionContextProvider(UInt32)
RemoveStackFrameSniffer(UInt32)
ResumeFromBreakPoint(IRemoteDebugApplicationThread, BREAKRESUMEACTION, ERRORRESUMEACTION)
SetName(String)
StartDebugSession()
StepOutComplete()
SynchronousCallInDebuggerThread(IDebugThreadCall32, IntPtr, IntPtr, IntPtr)

Applies to