escargot/tools/debugger/tests/do_break_switch.cmd
HyukWoo Park ab86e7137c Fix wrong node position in switch statement
* switch statement has the last location in switch block which incurs an index error in BreakPoint insertion
* fix switch statement to have the start position after switch keyword

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
2022-04-18 17:13:58 +09:00

7 lines
67 B
Batchfile

break do_break_switch.js:26
b do_break_switch.js:38
b test
c
c
c
c