comparison: src/eric7/DebugClients/Python/eric7dbgstub.py
src/eric7/DebugClients/Python/eric7dbgstub.py
- branch
- eric7
- changeset 11148
- 15e30f0c76a8
- parent 11090
- f5f5f5803935
equal
deleted
inserted
replaced
34 global debugger |
34 global debugger |
35 |
35 |
36 res = True |
36 res = True |
37 try: |
37 try: |
38 if kind == "standard": |
38 if kind == "standard": |
39 import DebugClient # __IGNORE_WARNING_I10__ |
39 import DebugClient # __IGNORE_WARNING_I-10__ |
40 |
40 |
41 debugger = DebugClient.DebugClient() |
41 debugger = DebugClient.DebugClient() |
42 else: |
42 else: |
43 raise ValueError |
43 raise ValueError |
44 except ImportError: |
44 except ImportError: |