DebugClients/Python/__init__.py@f36b757378f1
DebugClients/Python/__init__.py
Sun, 22 Sep 2013 16:03:25 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 22 Sep 2013 16:03:25 +0200
- changeset 2927
- f36b757378f1
- parent 2302
-
f29e9405c851
- child 2953
-
703452a2876f
- child 3163
-
9f50365a0870
- permissions
- -rw-r--r--
Fixed an issue in the Python debugger backends when a syntax error was raised for an invalid source file. That will be treated now like any other exception.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Python debugger
It consists of different kinds of debug clients.
"""
#
# eflag: FileType = Python2