--- nono/lib/mainapp.h 2026/04/29 17:05:26 1.1.1.15 +++ nono/lib/mainapp.h 2026/04/29 17:05:30 1.1.1.16 @@ -153,6 +153,9 @@ class MainApp // --bi-exg (とりあえず) bool debug_breakinst_exg {}; + // --console-log: コンソールデバイスの出力ログ。 + const char *console_logfile {}; + // -d: 起動時にデバッガで停止 bool debug_on_start {};