extern "C" {
   void debugScreen(Screen*);
   void debugDisplay(Display*);
   void debugWidget(Core* w);
   void debugLabel(LabelWidget* w);
   void debugCommand(CommandWidget* w);
   void debugShell(ApplicationShellWidget* w);
}
