Mon, 16 May 2022 19:46:51 +0200
Performed some refactoring to avoid possible name clashes on case-insensitive systems.
# -*- coding: utf-8 -*- # Copyright (c) 2002 - 2022 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. """ # TODO: remove the unittest support from the debugger