--- nono/debugger/debugger_private.h 2026/04/29 17:04:43 1.1.1.5 +++ nono/debugger/debugger_private.h 2026/04/29 17:04:48 1.1.1.6 @@ -278,6 +278,10 @@ class Debugger final // プロンプトで表示するレジスタ群 std::vector disp_regs {}; + // ブレークポイント到達メッセージ + // (コンソールが獲得できるまで保留しておくため) + std::string bpointmsg {}; + static std::vector cmdtable; };