eric7/DebugClients/Python/__init__.py@890dfe038613
eric7/DebugClients/Python/__init__.py
Sun, 29 Aug 2021 19:19:31 +0200
- author
- T.Rzepka@gmail.com
- date
- Sun, 29 Aug 2021 19:19:31 +0200
- branch
- eric7
- changeset 8568
- 890dfe038613
- parent 8312
-
800c432b34c8
- child 8881
-
54e42bc2437a
- permissions
- -rw-r--r--
Redesign of the internal evaluation of the variable types.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""