Question: if we create a compose-web project, is i...
# compose-web
t
Question: if we create a compose-web project, is it source level debuggable, either with WebStorm, IntelliJ, etc?
d
It debuggable with IntelliJ IDEA Ultimate
But also you can debug it right in browser with source maps
Actually, I don't know about WebStorm. Maybe it debuggable in WebStrom too.
t
Cool, thanks. I have IntelliJ Ultimate, so I will start there. 👍