Table of Contents

Method CreateDebugger

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CreateDebugger(string, int?, string, string, bool, bool, bool, Version, Func<string>, Action<int>, Action<CorDebugger>)

public static void CreateDebugger(string debuggerVersion, int? processToAttachId, string processFileName, string arguments, bool hostApplicationUsed, bool dotNetLauncherUsed, bool isDotNetCore, Version dotNetCoreVersion, Func<string> getDotnetExePath, Action<int> onProcessStarted, Action<CorDebugger> onCreated)

Parameters

debuggerVersion string
processToAttachId int?
processFileName string
arguments string
hostApplicationUsed bool
dotNetLauncherUsed bool
isDotNetCore bool
dotNetCoreVersion Version
getDotnetExePath Func<string>
onProcessStarted Action<int>
onCreated Action<CorDebugger>