Share via


IVsDebugLaunchTargetProvider2.SetupDebugTargetInfo Method

Definition

Called by the generic vs debugger launcher after it preset vsDebugTargetInfo from template schema and launch context. Allow further customization to happen on a VsDebugTargetInfo struct for non-trivial cases.

public:
 void SetupDebugTargetInfo(Microsoft::VisualStudio::Shell::Interop::VsDebugTargetInfo4 % vsDebugTargetInfo, Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchContext);
public void SetupDebugTargetInfo (ref Microsoft.VisualStudio.Shell.Interop.VsDebugTargetInfo4 vsDebugTargetInfo, Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchContext);
abstract member SetupDebugTargetInfo : VsDebugTargetInfo4 * Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext -> unit
Public Sub SetupDebugTargetInfo (ByRef vsDebugTargetInfo As VsDebugTargetInfo4, debugLaunchContext As DebugLaunchActionContext)

Parameters

vsDebugTargetInfo
VsDebugTargetInfo4

The VS specific target info struct used by IVsDebugger4

debugLaunchContext
DebugLaunchActionContext

Debug launch being passed

Applies to