Method CreateDebugger
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)