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.
Android を搭載した Eclipse では、アプリをデバッグ モードで実行することは可能ですが、ブレークポイントはありませんが、変数が更新されたときに変数の値を表示することはできますか?
watchpointの代わりに aを追加する必要がありますbreakpoint。ただし、監視している変数が読み取られるか変更されるたびに、デバッガーはウォッチポイントで停止します
watchpoint
breakpoint