eric6/DebugClients/Python/DebugBase.py

changeset 8207
d359172d11be
parent 7986
2971d5d19951
child 8228
772103b14c18
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
51 """ 51 """
52 global gRecursionLimit 52 global gRecursionLimit
53 gRecursionLimit = limit 53 gRecursionLimit = limit
54 54
55 55
56 class DebugBase(object): 56 class DebugBase:
57 """ 57 """
58 Class implementing base class of the debugger. 58 Class implementing base class of the debugger.
59 59
60 Provides methods for the 'owning' client to call to step etc. 60 Provides methods for the 'owning' client to call to step etc.
61 """ 61 """

eric ide

mercurial