I'm trying to go through tutorial https://spring.io/guides/tutorials/react-and-spring-data-rest/ and want to debug JS code, how to do that?
Java code debug works fine. I can debug in browser with debugger keyword in JS files, but I want to debug in IntelliJ IDEA