DebugClients/Python/__init__.py@dcf8c50ed06a
DebugClients/Python/__init__.py
Sun, 24 Dec 2017 15:19:00 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 24 Dec 2017 15:19:00 +0100
- changeset 6040
- dcf8c50ed06a
- parent 5389
-
9b1c800daff3
- child 6048
-
82ad8ec9548c
- permissions
- -rw-r--r--
Fixed an issue in the debug client causing it to enter an inifinite loop if the frontend crashed.
# -*- 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.
"""