1. do the same rules apply to kotlin js debugging as js debugging? in that I should use a different profile or browser for debugging? (so that other extensions can't interfere)
2. is there a way to attach from IDEA to javascript compiled from kotlin running in a chrome extension? I guess probably not but thought it wouldn't hurt to ask
k
konsoletyper
06/23/2017, 7:48 AM
Sorry, what's the problem you encounter with debugger?
konsoletyper
06/23/2017, 7:48 AM
If you are using IDEA Ultimate, it should be quite easy.
konsoletyper
06/23/2017, 7:49 AM
Just create 'JavaScript debug' launch configuration
konsoletyper
06/23/2017, 7:49 AM
And don't forget to enable source map in Kotlin compiler!