mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 17:30:34 +02:00
* only define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE on Windows. This fixes
console output under Linux and other non-Windows platforms. git-svn-id: trunk@30163 -
This commit is contained in:
parent
aff3fb62ae
commit
bf7785f567
@ -217,5 +217,7 @@
|
||||
{$ifdef DEBUG}
|
||||
{$define GDB_RAW_OUTPUT}
|
||||
{$endif DEBUG}
|
||||
{$define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE}
|
||||
{$endif GDBMI}
|
||||
{$ifdef Windows}
|
||||
{$define GDB_WINDOWS_ALWAYS_USE_ANOTHER_CONSOLE}
|
||||
{$endif Windows}
|
||||
{$endif GDBMI}
|
||||
|
Loading…
Reference in New Issue
Block a user