1. do the same rules apply to kotlin js debugging ...
# javascript
d
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
Sorry, what's the problem you encounter with debugger?
If you are using IDEA Ultimate, it should be quite easy.
Just create 'JavaScript debug' launch configuration
And don't forget to enable source map in Kotlin compiler!
Also, you can debug in Chrome dev tools.