public void AttachDebuggerTo(IDebuggable debuggable) { debuggable.setDebugger(this); Debug(this, "Attached debugger to " + debuggable.GetType().ToString()); }