eric6/DebugClients/Python/__init__.py

Sat, 02 May 2020 14:35:03 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 02 May 2020 14:35:03 +0200
branch
multi_processing
changeset 7563
b0d6b63f2843
parent 7360
9190402e4505
child 7923
91e843545d9a
permissions
-rw-r--r--

Implemented multi process debugging support for the 'multiprocessing' module.

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

eric ide

mercurial