diff --git a/ide/globdir.inc b/ide/globdir.inc index eb708486bf..5dc9aa675e 100644 --- a/ide/globdir.inc +++ b/ide/globdir.inc @@ -212,3 +212,9 @@ {$ifdef AARCH64} {$define TARGET_IS_64BIT} {$endif} + +{$ifdef GDBMI} + {$ifdef DEBUG} + {$define GDB_RAW_OUTPUT} + {$endif DEBUG} +{$endif GDBMI} \ No newline at end of file