function Debugger() {
}

Debugger.prototype.writeln = function(str) {
}

Debugger.prototype.write = function(str) {
}

Debugger.prototype.diff = function(str) {
}


