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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints-expected.txt

Issue 2491983002: [DevTools] reworked JavaScriptBreakpointsSidebarPane.js (Closed)
Patch Set: labal :( Created 4 years, 1 month 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 CONSOLE MESSAGE: line 9: Done. 1 CONSOLE MESSAGE: line 9: Done.
2 CONSOLE MESSAGE: line 9: Done. 2 CONSOLE MESSAGE: line 9: Done.
3 CONSOLE MESSAGE: line 9: Done. 3 CONSOLE MESSAGE: line 9: Done.
4 Tests disabling breakpoints. 4 Tests disabling breakpoints.
5 5
6 6
7 Running: testSetBreakpointPauseResumeThenDisable 7 Running: testSetBreakpointPauseResumeThenDisable
8 Script source was shown. 8 Script source was shown.
9 Set timer for test function. 9 Set timer for test function.
10 Script execution paused. 10 Script execution paused.
11 Call stack: 11 Call stack:
12 0) testFunction (disable-breakpoints.html:8) 12 0) testFunction (disable-breakpoints.html:8)
13 Breakpoint sidebar pane 13 Breakpoint sidebar pane
14 14 disable-breakpoints.html:8 var x = Math.sqrt(10);
15 disable-breakpoints.html:8 var x = Math.sqrt(10);
16 Script execution resumed. 15 Script execution resumed.
17 Test function finished. 16 Test function finished.
18 Disabling breakpoints... 17 Disabling breakpoints...
19 Running test function again... 18 Running test function again...
20 Set timer for test function. 19 Set timer for test function.
21 Test function finished. 20 Test function finished.
22 21
23 Running: testEnableBreakpointsAgain 22 Running: testEnableBreakpointsAgain
24 Enabling breakpoints... 23 Enabling breakpoints...
25 Running test function... 24 Running test function...
26 Set timer for test function. 25 Set timer for test function.
27 Script execution paused. 26 Script execution paused.
28 Call stack: 27 Call stack:
29 0) testFunction (disable-breakpoints.html:8) 28 0) testFunction (disable-breakpoints.html:8)
30 Breakpoint sidebar pane 29 Breakpoint sidebar pane
31 30 disable-breakpoints.html:8 var x = Math.sqrt(10);
32 disable-breakpoints.html:8 var x = Math.sqrt(10);
33 Script execution resumed. 31 Script execution resumed.
34 Test function finished. 32 Test function finished.
35 Breakpoint sidebar pane 33 Breakpoint sidebar pane
36 34 disable-breakpoints.html:8 var x = Math.sqrt(10);
37 disable-breakpoints.html:8 var x = Math.sqrt(10);
38 Breakpoints removed. 35 Breakpoints removed.
39 Breakpoint sidebar pane 36 Breakpoint sidebar pane
40 No Breakpoints 37 No Breakpoints
41 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698