DebugClients/Python2/__init__.py

Sun, 04 Sep 2016 13:46:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 04 Sep 2016 13:46:43 +0200
branch
jsonrpc
changeset 5140
01484c0afbc6
parent 5133
b7fe69c6cb1c
permissions
-rw-r--r--

Worked on the last TODOs for the modernized debugger protocol.

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