I am trying to debug some issues with keyboard nav...
# compose
v
I am trying to debug some issues with keyboard navigation and my current solution is to set breakpoints in
FocusModifier.twoDimensionalFocusSearch
and related functions and try to figure out what is happening. It is kind of hard though with no reference to what UI nodes the modifiers are attached to... Is there some easier/more sensible way to do this? Maybe dump the node/modifier tree somehow? Is there a general level overview of the focus search algorithm available other than comments in the source code?