https://kotlinlang.org logo
Title
a

Abhinav

02/12/2023, 8:08 PM
How do I efficiently debug the keyboard input for a compose desktop application? When I start debug mode the application becomes unresponsive
k

Kirill Grouchnikov

02/12/2023, 9:55 PM
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

Abhinav

02/13/2023, 5:14 PM
While intercepting keyboard events when i use debugger it hangs.
I used print statements that helped out