DebugClients/Python/DebugClientBase.py

changeset 6899
8c4cf9c405c7
parent 6897
701256697721
child 6901
f2c774c8db7e
--- 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
             

eric ide

mercurial