eric6/Debugger/__init__.py

Mon, 10 Feb 2020 18:49:49 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 10 Feb 2020 18:49:49 +0100
branch
multi_processing
changeset 7407
a0b6acee2c20
parent 7360
9190402e4505
child 7923
91e843545d9a
permissions
-rw-r--r--

Continued with the multiprocess debugger. Started with QProcess support.

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

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

"""
Package implementing the Debugger frontend.

This package implements the graphical debugger. It consists
of the debugger related HMI part, supporting dialogs and the debug server.
"""

eric ide

mercurial