mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
lazdebuggergdbmi: less hints
git-svn-id: trunk@53147 -
This commit is contained in:
parent
23483185bf
commit
6aa83d0911
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user