How do I efficiently debug the keyboard input for ...
# compose-desktop
a
How do I efficiently debug the keyboard input for a compose desktop application? When I start debug mode the application becomes unresponsive
k
Unresponsive as in slow, or as in deadlocked with no way out but to terminate the debugging session? There are certainly some situations where the most efficient way forward is to start sprinkling your own log statements in your app and potentially in the locally built Compose code.
a
While intercepting keyboard events when i use debugger it hangs.
I used print statements that helped out