DebugClients/Python/__init__.py@7376ae3e6668
DebugClients/Python/__init__.py
Tue, 04 Oct 2016 21:25:15 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Tue, 04 Oct 2016 21:25:15 +0200
- branch
- debugger speed
- changeset 5204
- 7376ae3e6668
- parent 5179
-
5f56410e7624
- child 5389
-
9b1c800daff3
- permissions
- -rw-r--r--
Unify the three different variants of getStack (user_line and user_exception).
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""