michael@0: 'use strict'; michael@0: michael@0: unsafeWindow.runDebuggerStatement = function() { michael@0: window.document.body.setAttribute('style', 'background-color: red'); michael@0: debugger; michael@0: window.document.body.setAttribute('style', 'background-color: green'); michael@0: }