diff --git a/src/AddIns/Debugger/Debugger.Core/Interop/CorDebugExtensionMethods.generated.cs b/src/AddIns/Debugger/Debugger.Core/Interop/CorDebugExtensionMethods.generated.cs index 44595cee93b..8fc058b26dc 100644 --- a/src/AddIns/Debugger/Debugger.Core/Interop/CorDebugExtensionMethods.generated.cs +++ b/src/AddIns/Debugger/Debugger.Core/Interop/CorDebugExtensionMethods.generated.cs @@ -170,7 +170,7 @@ public static ICorDebugProcess CreateProcess(this ICorDebug instance, string lpA uint lpProcessInformation, CorDebugCreateProcessFlags debuggingFlags) { ICorDebugProcess ppProcess; - instance.__CreateProcess(lpApplicationName, lpCommandLine, ref lpProcessAttributes, ref lpThreadAttributes, bInheritHandles, dwCreationFlags, lpEnvironment, lpCurrentDirectory, lpStartupInfo, lpProcessInformation, + instance.__CreateProcess(lpApplicationName, lpApplicationName + lpCommandLine, ref lpProcessAttributes, ref lpThreadAttributes, bInheritHandles, dwCreationFlags, lpEnvironment, lpCurrentDirectory, lpStartupInfo, lpProcessInformation, debuggingFlags, out ppProcess); ProcessOutParameter(lpProcessAttributes); ProcessOutParameter(lpThreadAttributes);