eric6/DebugClients/Python/__init__.py

Sat, 26 Dec 2020 22:49:27 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sat, 26 Dec 2020 22:49:27 +0100
changeset 7914
999f07b00a49
parent 7360
9190402e4505
child 7923
91e843545d9a
permissions
-rw-r--r--

Fixed double elements in first expanded list / tuple after the next step command and some update issues on lists.

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

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

"""
Package implementing the standard Python debugger.

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

eric ide

mercurial