Debugger/DebugServer.py

branch
jsonrpc
changeset 5132
a094eee9f862
parent 5124
1ba8ee313b57
child 5136
b1dde2dc14bd
equal deleted inserted replaced
5131:889ed5ff7a68 5132:a094eee9f862
29 import Preferences 29 import Preferences
30 import Utilities 30 import Utilities
31 31
32 32
33 DebuggerInterfaces = { 33 DebuggerInterfaces = {
34 "Python": "DebuggerInterfacePython", 34 "Python2": "DebuggerInterfacePython2",
35 "Python3": "DebuggerInterfacePython3", 35 "Python3": "DebuggerInterfacePython3",
36 "None": "DebuggerInterfaceNone", 36 "None": "DebuggerInterfaceNone",
37 } 37 }
38 38
39 39

eric ide

mercurial