diff -r fd862db1f936 -r d80184d38152 src/eric7/DebugClients/Python/DebugUtilities.py --- 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) ###########################################################################