eric6/DebugClients/Python/DebugClientBase.py

changeset 8207
d359172d11be
parent 8159
08b8b3d2deb1
child 8221
0572a215bd2f
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
105 DebugClientSetRecursionLimit(sys.getrecursionlimit()) 105 DebugClientSetRecursionLimit(sys.getrecursionlimit())
106 106
107 ############################################################################### 107 ###############################################################################
108 108
109 109
110 class DebugClientBase(object): 110 class DebugClientBase:
111 """ 111 """
112 Class implementing the client side of the debugger. 112 Class implementing the client side of the debugger.
113 113
114 It provides access to the Python interpeter from a debugger running in 114 It provides access to the Python interpeter from a debugger running in
115 another process. 115 another process.

eric ide

mercurial