how easy is debugging kotlin javascript in the browser? I have some js extension type code I'm thinking to port to kotlin because 1. it would be nice 2. I hate javascript . But I also don't want to make my life more complicated
You can put breakpoints inside chrome on the kotlin code. It is not working all the time. Sometimes when you are inside a lambda you can’t access variables.
k
konsoletyper
04/14/2017, 9:07 AM
@gaetan please, report the issue on YT
g
gaetan
04/14/2017, 9:08 AM
@konsoletyper ok, I’m going to make a small sample.