mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:39:28 +02:00
DBG: Ensure variable is initialized
git-svn-id: trunk@32787 -
This commit is contained in:
parent
ddfb07097a
commit
5b3c4cf5f1
@ -3860,6 +3860,7 @@ begin
|
||||
// new lines like in large functions or procedures
|
||||
ExecuteCommand('set width 50000', []);
|
||||
{$IF defined(UNIX) or defined(DBG_ENABLE_TERMINAL)}
|
||||
isConsole := False;
|
||||
// Make sure consule output will ot be mixed with gbd output
|
||||
{$IFDEF DBG_ENABLE_TERMINAL}
|
||||
{$IFDEF UNIX}
|
||||
|
Loading…
Reference in New Issue
Block a user