Debugger/DebuggerInterfacePython.py

changeset 6631
0a2f0feac79d
parent 6584
33ea6f430eb8
child 6633
c5aab2ede19a
equal deleted inserted replaced
6630:bddd12f27a4c 6631:0a2f0feac79d
976 self.tr("""<p>The response received from the debugger""" 976 self.tr("""<p>The response received from the debugger"""
977 """ backend could not be decoded. Please report""" 977 """ backend could not be decoded. Please report"""
978 """ this issue with the received data to the""" 978 """ this issue with the received data to the"""
979 """ eric bugs email address.</p>""" 979 """ eric bugs email address.</p>"""
980 """<p>Error: {0}</p>""" 980 """<p>Error: {0}</p>"""
981 """<p>Data:<br/>{0}</p>""").format( 981 """<p>Data:<br/>{1}</p>""").format(
982 str(err), Utilities.html_encode(jsonStr.strip())), 982 str(err), Utilities.html_encode(jsonStr.strip())),
983 E5MessageBox.StandardButtons( 983 E5MessageBox.StandardButtons(
984 E5MessageBox.Ok)) 984 E5MessageBox.Ok))
985 return 985 return
986 986

eric ide

mercurial