eric6/Debugger/__init__.py@285855999b4e
eric6/Debugger/__init__.py
Sun, 04 Oct 2020 15:25:17 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 04 Oct 2020 15:25:17 +0200
- changeset 7749
- 285855999b4e
- parent 7360
-
9190402e4505
- child 7923
-
91e843545d9a
- permissions
- -rw-r--r--
Configuration Dialog: optimized the display of the various configuration pages.
# -*- 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.
"""