DebugClients/Python/__init__.py@a56b500d7d2d
DebugClients/Python/__init__.py
Sat, 30 Mar 2019 14:20:29 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 30 Mar 2019 14:20:29 +0100
- changeset 6908
- a56b500d7d2d
- parent 6645
-
ad476851d7e0
- permissions
- -rw-r--r--
UnittestDialog: added a message for the situation, where discovery results are present but none are selected when Start is pressed and added the capability to open the source file by double clicking a discovery entry.
# -*- 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.
"""