src/eric7/DebugClients/Python/__init__.py

Fri, 02 Feb 2024 14:33:16 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 02 Feb 2024 14:33:16 +0100
branch
eric7
changeset 10542
e46910b0ce73
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
permissions
-rw-r--r--

DebugClient
- Added a check, if the debug client still controls the exception handling and regain that control in case the program being debugged took it.

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