lazdebuggergdbmi: less hints

git-svn-id: trunk@53147 -
This commit is contained in:
mattias 2016-10-17 13:57:04 +00:00
parent 23483185bf
commit 6aa83d0911

View File

@ -335,7 +335,7 @@ begin
then begin
FDbgProcess := TProcessUTF8.Create(nil);
try
FDbgProcess.CommandLine := ExternalDebugger + ' ' + AOptions;
FDbgProcess.ParseCmdLine(ExternalDebugger + ' ' + AOptions);
FDbgProcess.Options:= [poUsePipes, poNoConsole, poStdErrToOutPut, poNewProcessGroup];
{$if defined(windows) and not defined(wince)}
// under win9x and winMe should be created with console,