eric6/DebugClients/Python/__init__.py

Sat, 27 Apr 2019 22:16:35 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sat, 27 Apr 2019 22:16:35 +0200
branch
Variables Viewer
changeset 6979
c272ec33ea11
parent 6942
2602857055c5
child 7360
9190402e4505
permissions
-rw-r--r--

Handling of no more existing items improved, e.g. list items which has as last child
an open list.

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

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

"""
Package implementing the standard Python debugger.

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

eric ide

mercurial