From ef5d69032afe7b8faccaae54a37d235358183654 Mon Sep 17 00:00:00 2001 From: FlightControl_Master Date: Tue, 14 Nov 2017 08:59:15 +0100 Subject: [PATCH] Commented the tracing from the debugger client. If needed it can be reactivated. --- Moose Development/Debugger/debugger.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moose Development/Debugger/debugger.lua b/Moose Development/Debugger/debugger.lua index 59d3d079c..a5f606f74 100644 --- a/Moose Development/Debugger/debugger.lua +++ b/Moose Development/Debugger/debugger.lua @@ -3034,7 +3034,7 @@ do filereg[bp.lineno] = linereg end - ser( "INFO", { bp=bp } ) + --ser( "INFO", { bp=bp } ) table.insert(linereg, bp) @@ -3262,9 +3262,9 @@ local function line_hook(line) --ModifiedSource = ModifiedSource:match( '^Scripts/Moose/(.*)' ) or ModifiedSource --ModifiedSource = ModifiedSource - ser( "INFO", { source = ModifiedSource } ) + --ser( "INFO", { source = ModifiedSource } ) local uri = platform.get_uri(ModifiedSource) - ser( "INFO", {uri=uri} ) + --ser( "INFO", {uri=uri} ) if uri and uri ~= debugger_uri and uri ~= transportmodule_uri then -- the debugger does not break if the source is not known do_break = core.breakpoints.at(uri, line) or core.events.does_match() if do_break then