Hey. I am playing with ktor and I am running a server with netty. I wonder what is the best way to debug such application? I can set breakpoints and this is fine, but I need to understand whats going on - i need more visibility to know why ny server returns 500 ? Can we print stack trace and crash the app instead of returning 500?
t
turansky
01/06/2021, 4:13 PM
Do you use development mode?
i
igor.wojda
01/06/2021, 6:26 PM
I don’t think so. How can I enable it?
This is my whole config