I want to see
any variable's value at runtime
in Android Studio
, I saw this post is-it-possible-to-watch-variables-at-runtime but in the answer, it is mentioned to set a breakpoint
first and then see the value of the variable in the breakpoint.
But the thing is I want to add these breakpoints (variables whose values I want to see) at runtime
, now is there any possible way I can do that.
Please help me, anyone.
Thanks