DebugClients/Python/__init__.py

Sat, 03 Sep 2016 18:02:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 03 Sep 2016 18:02:37 +0200
branch
jsonrpc
changeset 5132
a094eee9f862
parent 4631
5c1a96925da4
permissions
-rw-r--r--

Ported the debugger modernization changes to the Python 2 debugger.

# -*- 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