File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
// check:$2 = -1
27
27
// debugger:print c
28
28
// check:$3 = 97
29
- // debugger:print i8
30
- // check:$4 = 68 'D'
29
+ // debugger:print/d i8
30
+ // check:$4 = 68
31
31
// debugger:print i16
32
32
// check:$5 = -16
33
33
// debugger:print i32
36
36
// check:$7 = -64
37
37
// debugger:print u
38
38
// check:$8 = 1
39
- // debugger:print u8
40
- // check:$9 = 100 'd'
39
+ // debugger:print/d u8
40
+ // check:$9 = 100
41
41
// debugger:print u16
42
42
// check:$10 = 16
43
43
// debugger:print u32
Original file line number Diff line number Diff line change 16
16
// debugger:run
17
17
// debugger:finish
18
18
19
- // debugger:print noPadding8
20
- // check:$1 = {-100 '\234' , 100 'd' }
19
+ // debugger:print/d noPadding8
20
+ // check:$1 = {-100, 100}
21
21
// debugger:print noPadding16
22
22
// check:$2 = {0, 1, 2}
23
23
// debugger:print noPadding32
You can’t perform that action at this time.
0 commit comments