mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:36:14 +02:00
DBG: minor refactor in startup
git-svn-id: trunk@34787 -
This commit is contained in:
parent
3d9b8ae714
commit
4f622019e2
@ -3832,6 +3832,7 @@ function TGDBMIDebuggerCommandStartDebugging.DoExecute: Boolean;
|
|||||||
{$IF defined(UNIX) or defined(DBG_ENABLE_TERMINAL)}
|
{$IF defined(UNIX) or defined(DBG_ENABLE_TERMINAL)}
|
||||||
procedure InitConsole;
|
procedure InitConsole;
|
||||||
var
|
var
|
||||||
|
R: TGDBMIExecResult;
|
||||||
s: String;
|
s: String;
|
||||||
h: THandle;
|
h: THandle;
|
||||||
isConsole: Boolean;
|
isConsole: Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user