eric7/DebugClients/Python/__init__.py

Sat, 12 Feb 2022 23:05:25 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sat, 12 Feb 2022 23:05:25 +0100
branch
eric7
changeset 8946
0ca4f57f15b6
parent 8881
54e42bc2437a
child 9066
a219ade50f7c
permissions
-rw-r--r--

Try both internet interfaces to prevent heavily delayed start of the multiprocessor debugging.

# -*- 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