src/eric7/DebugClients/Python/eric7dbgstub.py

branch
eric7
changeset 9482
a2bc06a54d9d
parent 9448
ea215f7afab3
child 9653
e67609152c5e
equal deleted inserted replaced
9481:0b936ff1bbb9 9482:a2bc06a54d9d
33 """ 33 """
34 global debugger 34 global debugger
35 res = True 35 res = True
36 try: 36 try:
37 if kind == "standard": 37 if kind == "standard":
38 import DebugClient 38 import DebugClient # __IGNORE_WARNING_I10__
39 39
40 debugger = DebugClient.DebugClient() 40 debugger = DebugClient.DebugClient()
41 else: 41 else:
42 raise ValueError 42 raise ValueError
43 except ImportError: 43 except ImportError:

eric ide

mercurial