Hello, Is it possible to set a breakpoint from in...
# javascript
t
Hello, Is it possible to set a breakpoint from intellij when using
browserDevelopmentRun
?
i
You can run this task with gradle, after that it is just html + js page You can debug it like usual code, you need to start Run configuration JavaScript Debug More here https://www.jetbrains.com/help/idea/debugging-javascript-in-chrome.html
t
Thanks