IVsDebugLaunchTargetProvider2.SetupDebugTargetInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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