android - Variable watch while running in debug but not suspending app? -


i'm trying set watches when set of variables change state. can set these in debug , work fine while i'm stopped @ breakpoint , stepping through code, need able see when change state without suspending app (because have timers (runnables) going , stopping messes things up.) when running watch values blank.

i don't want have put bunch of lines in code send log each time 1 of variables changes state. tried setting "field watchpoint" on them. unchecked "suspend" box , checked "log message console" , "field modification" checked, don't messages out though know value has changed.

thanks assistance can give.


Comments