DebugClients/Python/__init__.py@3296c56acdbf
DebugClients/Python/__init__.py
Fri, 17 Feb 2017 22:01:46 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Fri, 17 Feb 2017 22:01:46 +0100
- branch
- debugger fine grinding
- changeset 5535
- 3296c56acdbf
- parent 5389
-
9b1c800daff3
- child 6048
-
82ad8ec9548c
- permissions
- -rw-r--r--
Access breakpoints and watches only by thier class variable (more reliable with threads).
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2017 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""