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 中,是否可以在调试模式下运行应用程序但没有任何断点,但仍然可以在变量更新时查看它们的值?
您必须添加 awatchpoint而不是 a breakpoint。但是每次读取或修改您正在观看的变量时,调试器仍然会在观察点上停止
watchpoint
breakpoint