Debugger almost useless due to infinite wait to di...
# android-studio
m
Debugger almost useless due to infinite wait to display data? I can (usually) stop at a breakpoint and see data values. Almost always after stepping forward some (variable) number of lines I get blocked with "Waiting until last debugger command completes", which seems to equate to the "Evaluating" value hover popup and the debugger becomes totally unresponsive. I have to cancel the app and start again. This seems to be linked to compose since it never used to happen before. Surely this is just me (?) What can I do to find out why or at least stop it happening? I've already got everything unchecked in the Settings/Debugger/Data Views/Java "show" section.
a
I get that too decently often. I just use ADB idea and call restart app with or without debugger to restart debugging sessions
m
I'm glad it's not just me. So does that mean, like me, you can't really use the debugger for much?
a
I works after I restart once or twice for enough to figure things out