DebugClients/Python3/__init__.py

Thu, 25 Jun 2015 18:58:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 25 Jun 2015 18:58:34 +0200
changeset 4293
125a75cfd249
parent 4021
195a471c327b
child 4631
5c1a96925da4
permissions
-rw-r--r--

Fixed an issue in the debugger backend causing a crash if a class reimplements __repr__ and a breakpoint is set in the __init__() method of such class.

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

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

"""
Package implementing the Python3 debugger.

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

eric ide

mercurial