--- a/DebugClients/Python/DebugClientBase.py Sun Mar 24 18:25:31 2019 +0100 +++ b/DebugClients/Python/DebugClientBase.py Sun Mar 24 19:18:56 2019 +0100 @@ -847,7 +847,7 @@ self.sendJsonCommand("ResponseUTPrepared", { "count": 0, "exception": exc_type.__name__, - "message": str(exc_value) + "\n" + str(params), + "message": str(exc_value) + "<br/>" + str(params), }) return