From 4f118c40a1912133ab1813453284c141ff128e04 Mon Sep 17 00:00:00 2001 From: "pfeldman@chromium.org" Date: Mon, 16 Nov 2009 13:02:20 +0000 Subject: DevTools: Add some devtools manual tests. Review URL: http://codereview.chromium.org/385134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32053 0039d316-1c4b-4281-b951-d872f2087c98 --- .../manual_tests/debugger-pause-on-for-statements.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 chrome/browser/debugger/manual_tests/debugger-pause-on-for-statements.html (limited to 'chrome/browser/debugger/manual_tests/debugger-pause-on-for-statements.html') diff --git a/chrome/browser/debugger/manual_tests/debugger-pause-on-for-statements.html b/chrome/browser/debugger/manual_tests/debugger-pause-on-for-statements.html new file mode 100644 index 0000000..1a9e274 --- /dev/null +++ b/chrome/browser/debugger/manual_tests/debugger-pause-on-for-statements.html @@ -0,0 +1,14 @@ + + +

To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the +(anonymous function) 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. -- cgit v1.1