DebugClients/Python3/__init__.py@d5dca2805fd2
DebugClients/Python3/__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
- branch
- 5_2_x
- changeset 2277
- d5dca2805fd2
- 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.
(grafted from 52ec544a6c741809390d26a252a1f74b6b62929e)
# -*- coding: utf-8 -*-
# Copyright (c) 2009 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Python3 debugger
It consists of different kinds of debug clients.
"""