DebugClients/Python/__init__.py

Fri, 21 Dec 2012 08:24:31 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 21 Dec 2012 08:24:31 +0100
changeset 2276
52ec544a6c74
parent 1509
c0b5e693b0eb
child 2302
f29e9405c851
permissions
-rw-r--r--

Fixed an issue with the debugger causing a 'continue' when the user entered some illegal statement in the shell while being halted at a breakpoint.

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

# Copyright (c) 2005 - 2012 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