DebugClients/Python/__init__.py@753f720c2a48
DebugClients/Python/__init__.py
Sun, 24 Jul 2016 20:37:28 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sun, 24 Jul 2016 20:37:28 +0200
- branch
- debugger speed
- changeset 5061
- 753f720c2a48
- parent 4631
-
5c1a96925da4
- permissions
- -rw-r--r--
Bugfix to react on new breakpoints in a running program.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Python debugger.
It consists of different kinds of debug clients.
"""
#
# eflag: FileType = Python2