DebugClients/Python/__init__.py

Wed, 27 Mar 2019 20:09:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 27 Mar 2019 20:09:37 +0100
changeset 6904
3f35037a08d4
parent 6645
ad476851d7e0
permissions
-rw-r--r--

Unit Test: added capability to run test with debugger support and to stop the test on the first error or failure.

# -*- 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.
"""

eric ide

mercurial