What can I do if debugging is painfully slow? Step...
# announcements
m
What can I do if debugging is painfully slow? Stepping takes ages and loading data too 😕
n
is this over an SSH tunnel?
m
No, local 😅
n
oof. I dunno, it's generally been fast if it's local for me.
maybe some of the fields have expensive toString()s?
c
Or some DB calls or some other external thing?
m
Nope, just debugging a Ktor Apache Engine issue
😢 1