Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: LayoutTests/inspector/debugger/set-breakpoint-expected.txt

Issue 9958020: Merge 112379 - Web Inspector: breakpoints are not shown in sidebar pane after reload. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests setting breakpoints. 1 Tests setting breakpoints.
2 2
3 Debugger was enabled. 3 Debugger was enabled.
4 4
5 Running: testSetBreakpoint 5 Running: testSetBreakpoint
6 Script source was shown. 6 Script source was shown.
7 Set timer for test function. 7 Set timer for test function.
8 Script execution paused. 8 Script execution paused.
9 Call stack: 9 Call stack:
10 0) testFunction (set-breakpoint.html:17) 10 0) testFunction (set-breakpoint.html:17)
11
12 Dump breakpoint sidebar pane:
13
14 set-breakpoint.html:17
15 var x = Math.sqrt(10);
16
17 Dump breakpoint sidebar pane:
18
11 Script execution resumed. 19 Script execution resumed.
12 20
13 Running: testSetBreakpointOnTheLastLine 21 Running: testSetBreakpointOnTheLastLine
14 Call stack: 22 Call stack:
15 0) oneLineTestFunction (set-breakpoint.html:7) 23 0) oneLineTestFunction (set-breakpoint.html:7)
16 24
17 Running: testSetBreakpointOnTheLastLine2 25 Running: testSetBreakpointOnTheLastLine2
18 Call stack: 26 Call stack:
19 0) oneLineTestFunction2 (set-breakpoint.html:11) 27 0) oneLineTestFunction2 (set-breakpoint.html:11)
20 28
21 Running: testSetBreakpointOnTheSameLine 29 Running: testSetBreakpointOnTheSameLine
22 Debugger was disabled. 30 Debugger was disabled.
23 31
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/set-breakpoint.html ('k') | Source/WebCore/inspector/front-end/ScriptsPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698