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 2626// check:$2 = -1
2727// debugger:print c
2828// check:$3 = 97
29- // debugger:print i8
30- // check:$4 = 68 'D'
29+ // debugger:print/d i8
30+ // check:$4 = 68
3131// debugger:print i16
3232// check:$5 = -16
3333// debugger:print i32
3636// check:$7 = -64
3737// debugger:print u
3838// check:$8 = 1
39- // debugger:print u8
40- // check:$9 = 100 'd'
39+ // debugger:print/d u8
40+ // check:$9 = 100
4141// debugger:print u16
4242// check:$10 = 16
4343// debugger:print u32
Original file line number Diff line number Diff line change 1616// debugger:run
1717// debugger:finish
1818
19- // debugger:print noPadding8
20- // check:$1 = {-100 '\234' , 100 'd' }
19+ // debugger:print/d noPadding8
20+ // check:$1 = {-100, 100}
2121// debugger:print noPadding16
2222// check:$2 = {0, 1, 2}
2323// debugger:print noPadding32
You can’t perform that action at this time.
0 commit comments