Is there a way to debug what's happening when I cl...
# scripting
m
Is there a way to debug what's happening when I click "synchronize" in a
*.main.kts
file? Like output or something? It won't import my dependencies but I'm unsure why...
switching K2 off and on again worked 🤷
d
@mbonnin I have wanted to debug Gradle sync before and achieved it; IIRC it involved setting
org.gradle.debug=true
in
gradle.properties
then attaching debugger to process when the daemon waited upon sync.
m
But the process is IJ in that case
I'm not toooooo excited at the idea of stepping through the IJ codebase
I was hoping for logs or something like this, just like there is when you do a regular Gradle sync