From 3f2cdc7c27f96c19e1de2ceea9d28522650a4d34 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 21 Jan 2019 00:18:23 +0000 Subject: [PATCH] Debugger: remove some active logging git-svn-id: trunk@60130 - --- components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas b/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas index 93ed9564ca..2acce7780b 100644 --- a/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas +++ b/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas @@ -25,8 +25,8 @@ unit DebugProcess; {$mode objfpc}{$H+} -{$DEFINE DBG_VERBOSE} -{$DEFINE DBG_VERBOSE_FULL_DATA} +{ $DEFINE DBG_VERBOSE} +{ $DEFINE DBG_VERBOSE_FULL_DATA} {$IFDEF MSWindows} // optional gtk {$DEFINE NATIVE_ASYNC_PROCESS}