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

Side by Side Diff: test/inspector/debugger/wasm-get-breakable-locations-expected.txt

Issue 2655653003: [inspector] Expose GetPossibleBreakpoints for wasm (Closed)
Patch Set: Created 3 years, 10 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
(Empty)
1 Running testFunction...
2 Script nr 0 parsed. URL: v8://test/testFunction
3 Script nr 1 parsed. URL: v8://test/runTestFunction
4 Script nr 2 parsed. URL: wasm://wasm/wasm-824d794e/wasm-824d794e-0
5 This is a wasm script (nr 0).
6 Script nr 3 parsed. URL: wasm://wasm/wasm-824d794e/wasm-824d794e-1
7 This is a wasm script (nr 1).
8 Querying breakable locations for all wasm scripts now...
9 Requesting all breakable locations in wasm script 0
10 4 breakable location(s):
11 [0] 2:2 || >nop
12 [1] 3:2 || >i32.const 12
13 [2] 4:2 || >set_local 0
14 [3] 5:0 || >end
15 Requesting breakable locations in lines [0,3)
16 1 breakable location(s):
17 [0] 2:2 || >nop
18 Requesting breakable locations in lines [4,6)
19 2 breakable location(s):
20 [0] 4:2 || >set_local 0
21 [1] 5:0 || >end
22 Requesting all breakable locations in wasm script 1
23 7 breakable location(s):
24 [0] 1:2 || >get_local 0
25 [1] 2:2 || >if
26 [2] 3:4 || >block
27 [3] 4:6 || >call 0
28 [4] 5:4 || >end
29 [5] 6:2 || >end
30 [6] 7:0 || >end
31 Requesting breakable locations in lines [0,3)
32 2 breakable location(s):
33 [0] 1:2 || >get_local 0
34 [1] 2:2 || >if
35 Requesting breakable locations in lines [4,6)
36 2 breakable location(s):
37 [0] 4:6 || >call 0
38 [1] 5:4 || >end
39 Finished!
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698