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

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

Issue 2648353006: [inspector] ignores debugger; in blackboxed code (Closed)
Patch Set: added a comment 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 | « src/debug/debug.cc ('k') | test/inspector/debugger/framework-stepping.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checks that breaks in framework code correctly processed. 1 Checks that breaks in framework code correctly processed.
2 2
3 Running test: testConsoleAssert 3 Running test: testConsoleAssert
4 > all frames in framework: 4 > all frames in framework:
5 > mixed, top frame in framework: 5 > mixed, top frame in framework:
6 frameworkAssert (framework.js:9:10) 6 frameworkAssert (framework.js:9:10)
7 (anonymous) (user.js:0:0) 7 (anonymous) (user.js:0:0)
8 8
9 9
10 Running test: testCaughtException 10 Running test: testCaughtException
11 > all frames in framework: 11 > all frames in framework:
12 > mixed, top frame in framework: 12 > mixed, top frame in framework:
13 13
14 Running test: testUncaughtException 14 Running test: testUncaughtException
15 > all frames in framework: 15 > all frames in framework:
16 > mixed, top frame in framework: 16 > mixed, top frame in framework:
17 17
18 Running test: testBreakpoint 18 Running test: testBreakpoint
19 > all frames in framework: 19 > all frames in framework:
20 breakpoint (framework.js:24:2) 20 breakpoint (framework.js:24:2)
21 (anonymous) (framework.js:0:0) 21 (anonymous) (framework.js:0:0)
22 22
23 > mixed, top frame in framework: 23 > mixed, top frame in framework:
24 breakpoint (framework.js:24:2) 24 breakpoint (framework.js:24:2)
25 (anonymous) (user.js:0:0) 25 (anonymous) (user.js:0:0)
26 26
27 27
28 Running test: testDebuggerStatement 28 Running test: testDebuggerStatement
29 > all frames in framework: 29 > all frames in framework:
30 debuggerStatement (framework.js:28:2)
31 (anonymous) (framework.js:0:0)
32
33 > mixed, top frame in framework: 30 > mixed, top frame in framework:
34 debuggerStatement (framework.js:28:2)
35 (anonymous) (user.js:0:0)
36
37 31
38 Running test: testSyncDOMBreakpoint 32 Running test: testSyncDOMBreakpoint
39 > all frames in framework: 33 > all frames in framework:
40 > mixed, top frame in framework: 34 > mixed, top frame in framework:
41 syncDOMBreakpoint (framework.js:32:2) 35 syncDOMBreakpoint (framework.js:32:2)
42 (anonymous) (user.js:0:0) 36 (anonymous) (user.js:0:0)
43 37
44 38
45 Running test: testAsyncDOMBreakpoint 39 Running test: testAsyncDOMBreakpoint
46 > all frames in framework: 40 > all frames in framework:
47 (anonymous) (user.js:0:0) 41 (anonymous) (user.js:0:0)
48 42
49 43
50 Running test: testCaughtSyntaxError 44 Running test: testCaughtSyntaxError
51 > all frames in framework: 45 > all frames in framework:
52 > mixed, top frame in framework: 46 > mixed, top frame in framework:
53 47
54 Running test: testCaughtJSONParseError 48 Running test: testCaughtJSONParseError
55 > all frames in framework: 49 > all frames in framework:
56 > mixed, top frame in framework: 50 > mixed, top frame in framework:
OLDNEW
« no previous file with comments | « src/debug/debug.cc ('k') | test/inspector/debugger/framework-stepping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698