Debugger/__init__.py@c49a16f3384c
Debugger/__init__.py
Tue, 28 Nov 2017 21:25:14 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Tue, 28 Nov 2017 21:25:14 +0100
- changeset 5995
- c49a16f3384c
- parent 5389
-
9b1c800daff3
- child 6048
-
82ad8ec9548c
- permissions
- -rw-r--r--
Handle the thread id (long int on Linux) correctly.
# -*- coding: utf-8 -*-
# Copyright (c) 2002 - 2017 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the Debugger frontend.
This package implements the graphical debugger. It consists
of the debugger related HMI part, supporting dialogs and the debug server.
"""