eric6/DebugClients/Python/__init__.py

Fri, 05 Feb 2021 11:02:11 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 05 Feb 2021 11:02:11 +0100
changeset 8075
6774034a1e0f
parent 7923
91e843545d9a
permissions
-rw-r--r--

Debugger
- added capability to delete environment variables for the debugged script by adding a '-' to the variable name in the start dialog

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

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

"""
Package implementing the standard Python debugger.

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

eric ide

mercurial