src/eric7/DebugClients/Python/__init__.py

Wed, 07 Feb 2024 15:28:08 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 07 Feb 2024 15:28:08 +0100
branch
server
changeset 10551
d80184d38152
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
permissions
-rw-r--r--

Changed the interface to the debug client to make it a bit more robust and harmonize it with other such interfaces.

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

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

"""
Package implementing the standard Python debugger.

It consists of different kinds of debug clients.
"""

eric ide

mercurial