src/eric7/DebugClients/Python/__init__.py@a415cb83dafb
src/eric7/DebugClients/Python/__init__.py
Tue, 11 Oct 2022 13:01:02 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 11 Oct 2022 13:01:02 +0200
- branch
- eric7
- changeset 9397
- a415cb83dafb
- parent 9209
-
b99e7fd55fd3
- child 9653
-
e67609152c5e
- permissions
- -rw-r--r--
Some corrections to the debugger (frontend and backend).
# -*- 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.
"""