DebugClients/Python/__init__.py@54d6d7c772ea
DebugClients/Python/__init__.py
Mon, 17 Aug 2015 12:31:29 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 17 Aug 2015 12:31:29 +0200
- branch
- 6_0_x
- changeset 4373
- 54d6d7c772ea
- parent 4022
-
f5f42921717e
- child 4631
-
5c1a96925da4
- permissions
- -rw-r--r--
Changed the Python debug clients to exit when the program exits (only for run, profile and coverage) and regenerated the source docu.
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2015 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Python debugger.
It consists of different kinds of debug clients.
"""
#
# eflag: FileType = Python2