eric6/DebugClients/Python/__init__.py@31602c3f09fd
eric6/DebugClients/Python/__init__.py
Fri, 19 Apr 2019 11:02:49 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Fri, 19 Apr 2019 11:02:49 +0200
- changeset 6952
- 31602c3f09fd
- parent 6942
-
2602857055c5
- child 7360
-
9190402e4505
- permissions
- -rw-r--r--
DebugVariables: fixed an issue handling empty arrays (array.array, numpy.ndarray).
# -*- coding: utf-8 -*-
# Copyright (c) 2005 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the standard Python debugger.
It consists of different kinds of debug clients.
"""