step 154 include/struct.h bool step; /**<ステップ実行の場合はtrue */ step 700 src/exec.c if((execmode.monitor == true && execptr->started == false) || execptr->stop == true || execmode.step == true || getbps(sys->cpu->pr) == true) step 291 src/monitor.c execmode.step = false; step 298 src/monitor.c execmode.step = true; step 373 src/monitor.c execmode.step = false;