--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Debugger/__init__.py Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2002 - 2009 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. +"""