diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/inspector/debugger-pause-on-for-in-statements.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/inspector/debugger-pause-on-for-in-statements.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,18 @@ + + +Test for Bug 22004: Can't set a breakpoint on the statement after a single line "for". +

+Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node +in the call stack, you should see the execution line on the call to test(). +

+Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.