Browse Source

Console applications run from debug build of #D have their own console

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1089 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 20 years ago
parent
commit
641af3f5f8
  1. 2
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Threads/Process.cs

2
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Threads/Process.cs

@ -112,7 +112,7 @@ namespace Debugger @@ -112,7 +112,7 @@ namespace Debugger
ref secAttr, // lpProcessAttributes
ref secAttr, // lpThreadAttributes
1,//TRUE // bInheritHandles
0, // dwCreationFlags
0x00000010 /*CREATE_NEW_CONSOLE*/, // dwCreationFlags
IntPtr.Zero, // lpEnvironment
workingDirectory, // lpCurrentDirectory
(uint)pprocessStartupInfo, // lpStartupInfo

Loading…
Cancel
Save