--- nono/lib/mainapp.h 2026/04/29 17:04:34 1.1.1.3 +++ nono/lib/mainapp.h 2026/04/29 17:04:37 1.1.1.4 @@ -35,8 +35,8 @@ class MainApp // -A: ホストファイル名 (とりあえず) const char *host_file = NULL; - // -b: ブレークポイント - std::vector debug_breakaddr {}; + // -b: ブレークポイント "[,]" + std::vector debug_breakaddr {}; // -B: ベンチマークモード int benchmark_mode = 0;