src/eric7/DebugClients/Python/__init__.py

Sat, 18 Nov 2023 15:18:17 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 18 Nov 2023 15:18:17 +0100
branch
eric7
changeset 10321
4a017fdf316f
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Debugger
- Changed the Python debugger code such, that unhandled exceptions are reported always and handled exception only, if the specifically requested in the `Start Debugging` dialog.

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

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

"""
Package implementing the standard Python debugger.

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

eric ide

mercurial