Hi <@U02AB5P2XU6> how does debugging work on kobwe...
# kobweb
f
Hi @David Herman how does debugging work on kobweb? I noticed that my break points are not hitting
d
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
I thought I was missing something. Damn. It took a few hours before I realized print wasn't working but println was.
d
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.