修改源代码parser.c 中的2547行
bx_dbg_stepN_command(-1, (yyvsp[(2) - (4)].sval));
修改为
bx_dbg_stepN_command(-1, (yyvsp[(2) - (4)].uval));
即可正确编译