Share via


IDebugApplication64 Interface

Definition

public interface class IDebugApplication64 : Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplication
[System.Runtime.InteropServices.Guid("4DEDC754-04C7-4F10-9E60-16A390FE6E62")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugApplication64 : Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplication
[<System.Runtime.InteropServices.Guid("4DEDC754-04C7-4F10-9E60-16A390FE6E62")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugApplication64 = interface
    interface IRemoteDebugApplication
Public Interface IDebugApplication64
Implements IRemoteDebugApplication
Attributes
Implements

Methods

AddGlobalExpressionContextProvider(IProvideExpressionContexts, UInt64)
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(UInt64)
RemoveStackFrameSniffer(UInt32)
ResumeFromBreakPoint(IRemoteDebugApplicationThread, BREAKRESUMEACTION, ERRORRESUMEACTION)
SetName(String)
StartDebugSession()
StepOutComplete()
SynchronousCallInDebuggerThread(IDebugThreadCall64, UInt64, UInt64, UInt64)

Applies to