* @param ureq
* @param windowControl
* @return the debug controller (not visible on screen, only in debug mode it wraps around each component for dispatching of gui debug info)
*/
public Controller createDebugDispatcherController(UserRequest ureq, WindowControl windowControl) {
guidebugC = new GuiDebugDispatcherController(ureq, windowControl);
this.debug_interceptHandler = guidebugC;
return guidebugC;
}