Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アセンブリを無効にして、Trace32 を使用したデバッグ中に純粋な C/C++ コードを表示したいと考えています。
それは可能ですか?
このコマンドModeにより、表示モードを切り替えることができます。
Mode
Mode.Asm : Assembly only Mode.Hll : Source code only Mode.Mix : Assembly and source code
現在のモードは、ステップがアセンブリ命令またはソース コード ブロックを実行するかどうかも決定します。
デバッガーでのアセンブリの有効/無効を切り替えるモード ボタンがあります。