--- a/src/eric7/DebugClients/Python/DebugUtilities.py Mon Feb 05 18:21:43 2024 +0100 +++ b/src/eric7/DebugClients/Python/DebugUtilities.py Wed Feb 07 15:28:08 2024 +0100 @@ -154,7 +154,7 @@ "method": method, "params": params, } - return json.dumps(commandDict) + "\n" + return json.dumps(commandDict) ###########################################################################