DebugClients/Python/__init__.py

Sun, 17 Apr 2016 21:26:28 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sun, 17 Apr 2016 21:26:28 +0200
changeset 4943
e093b4e24e97
parent 4631
5c1a96925da4
permissions
-rw-r--r--

Gracefully exit the debugger clients, without loosing last lines.

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

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

"""
Package implementing the Python debugger.

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

#
# eflag: FileType = Python2

eric ide

mercurial