haikuwebkit/LayoutTests/js/script-tests/debugger.js

7 lines
182 B
JavaScript

description(
"This file tests whether the 'debugger' statement throws a syntax error. (IE respects 'debugger' as a statement that behaves like a breakpoint)."
);
debugger
debugger;