https://kotlinlang.org logo
#kobweb
Title
# kobweb
f

Funyinoluwa Kashimawo

09/27/2023, 7:32 PM
Hi @David Herman how does debugging work on kobweb? I noticed that my break points are not hitting
d

David Herman

09/27/2023, 7:41 PM
Debugging in Kotlin/JS is horrible right now, I'm sorry to report
😢 1
I've gotten pretty far with println statements, but yeah, no breakpoint support unfortunately
A better debugging story is something I hope we get in the future. I assume it's a really hard problem. Maybe some community pressure will get JB to reprioritize stuff.
f

Funyinoluwa Kashimawo

09/27/2023, 7:43 PM
I thought I was missing something. Damn. It took a few hours before I realized print wasn't working but println was.
d

David Herman

09/27/2023, 7:44 PM
Ah sorry to hear that
I have worked on a moderately complex Kobweb project at this point and overall found myself able to work effectively despite a bad debugging story -- but definitely a debugger would help a lot.
2 Views