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. |