在Eclipse中查看没有任何断点的变量值

时间:2023-01-17 19:40:25

In Eclipse with Android, is it possible to run an app in debug mode but not have any breakpoints but still view the value of variables as they get updated?

在使用Android的Eclipse中,是否可以在调试模式下运行应用程序但没有任何断点但仍然可以在变量更新时查看变量的值?

1 个解决方案

#1


1  

you have to add a watchpoint instead of a breakpoint. But still the debugger will stop on the watch point every time the variable you are watching is read or modified

你必须添加一个观察点而不是一个断点。但是,每次读取或修改您正在观看的变量时,调试器仍将停在监视点上

#1


1  

you have to add a watchpoint instead of a breakpoint. But still the debugger will stop on the watch point every time the variable you are watching is read or modified

你必须添加一个观察点而不是一个断点。但是,每次读取或修改您正在观看的变量时,调试器仍将停在监视点上