eric6/DebugClients/Python/__init__.py@bcf6b40e7790
eric6/DebugClients/Python/__init__.py
Wed, 01 Jan 2020 20:55:58 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Wed, 01 Jan 2020 20:55:58 +0100
- changeset 7364
- bcf6b40e7790
- parent 7360
-
9190402e4505
- child 7923
-
91e843545d9a
- permissions
- -rw-r--r--
Fixed thread creation on uninitialized threads (found in git-cola project).
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""