--- nono/debugger/debugger.h 2026/04/29 17:05:24 1.1.1.10 +++ nono/debugger/debugger.h 2026/04/29 17:05:32 1.1.1.11 @@ -197,7 +197,7 @@ class Debugger : public ThreadDevice std::string HelpConvert(const std::string& msg); // モニタを更新して表示 - void ShowMonitor(Monitor& monitor); + void ShowMonitor(Monitor *monitor); // テキストスクリーンを表示 void ShowTextScreen(TextScreen& screen); @@ -257,7 +257,7 @@ class Debugger : public ThreadDevice // ブレークポイントモニタ DECLARE_MONITOR_CALLBACK(MonitorUpdateBpoint); - Monitor bpoint_monitor { this }; + Monitor *bpoint_monitor {}; // 逆アセンブルとメモリダンプモニタ std::array, MAX_MEMDUMP_MONITOR>