DebugClients/Python3/__init__.py

Sat, 16 Nov 2013 18:03:13 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Nov 2013 18:03:13 +0100
branch
5_3_x
changeset 3086
468af6a08374
parent 2302
f29e9405c851
child 2953
703452a2876f
child 3163
9f50365a0870
permissions
-rw-r--r--

Fixed an issue in the Python3 debugger backend handling syntax errors.

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

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

"""
Package implementing the Python3 debugger

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

eric ide

mercurial