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

Side by Side Diff: test/inspector/debugger/inspector-break-api-expected.txt

Issue 2636613002: [inspector] expose V8InspectorSession::breakProgram in test harness. (Closed)
Patch Set: addressed comments Created 3 years, 11 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
« no previous file with comments | « test/inspector/debugger/inspector-break-api.js ('k') | test/inspector/inspector-impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API
2
3 Running test: testBreakProgram
4 Stack:
5 callBreakProgram (:9:2)
6 (anonymous) (:0:0)
7 Other data:
8 {
9 method : Debugger.paused
10 params : {
11 data : {
12 a : 42
13 }
14 hitBreakpoints : [
15 ]
16 reason : reason
17 }
18 }
19
20
21 Running test: testSchedulePauseOnNextStatement
22 Stack:
23 (anonymous) (expr1.js:0:0)
24 Other data:
25 {
26 method : Debugger.paused
27 params : {
28 data : {
29 a : 42
30 }
31 hitBreakpoints : [
32 ]
33 reason : reason
34 }
35 }
36
37
38 Running test: testCancelPauseOnNextStatement
OLDNEW
« no previous file with comments | « test/inspector/debugger/inspector-break-api.js ('k') | test/inspector/inspector-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698