eric7/DebugClients/Python/__init__.py

Mon, 07 Feb 2022 22:02:35 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Mon, 07 Feb 2022 22:02:35 +0100
branch
eric7
changeset 8940
e91951ff3bbd
parent 8881
54e42bc2437a
child 9066
a219ade50f7c
permissions
-rw-r--r--

Fixed cascaded imports which could prevent to apply threading patches. Therefore
breakpoints were ignored in such circumstances.

# -*- coding: utf-8 -*-

# Copyright (c) 2005 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the standard Python debugger.

It consists of different kinds of debug clients.
"""

eric ide

mercurial