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.