Index: branches/RC/core/kernel/utility/debugger/debugger.js =================================================================== diff -u -r10577 -r10713 --- branches/RC/core/kernel/utility/debugger/debugger.js (.../debugger.js) (revision 10577) +++ branches/RC/core/kernel/utility/debugger/debugger.js (.../debugger.js) (revision 10713) @@ -164,10 +164,12 @@ Debugger.prototype.Clear = function() { if (!this.IsQueried) return false; - this.IsQueried = false; while (this.DebuggerTable.rows.length) { this.RemoveRow(0); } + + this.Toggle(27); + this.IsQueried = false; } Debugger.prototype.KeyDown = function($e) {