mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Commented the tracing from the debugger client. If needed it can be reactivated.
This commit is contained in:
@@ -3034,7 +3034,7 @@ do
|
|||||||
filereg[bp.lineno] = linereg
|
filereg[bp.lineno] = linereg
|
||||||
end
|
end
|
||||||
|
|
||||||
ser( "INFO", { bp=bp } )
|
--ser( "INFO", { bp=bp } )
|
||||||
|
|
||||||
table.insert(linereg, bp)
|
table.insert(linereg, bp)
|
||||||
|
|
||||||
@@ -3262,9 +3262,9 @@ local function line_hook(line)
|
|||||||
--ModifiedSource = ModifiedSource:match( '^Scripts/Moose/(.*)' ) or ModifiedSource
|
--ModifiedSource = ModifiedSource:match( '^Scripts/Moose/(.*)' ) or ModifiedSource
|
||||||
--ModifiedSource = ModifiedSource
|
--ModifiedSource = ModifiedSource
|
||||||
|
|
||||||
ser( "INFO", { source = ModifiedSource } )
|
--ser( "INFO", { source = ModifiedSource } )
|
||||||
local uri = platform.get_uri(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
|
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()
|
do_break = core.breakpoints.at(uri, line) or core.events.does_match()
|
||||||
if do_break then
|
if do_break then
|
||||||
|
|||||||
Reference in New Issue
Block a user