Are Breakpoints Supposed To Work In Gradle Scripts?
Every time I try to debug a gradle script I get the message:
Unable to open debugger port (127.0.0.1:62039): java.net.SocketException "socket closed"
Are you supposed to be able to debug gradle scripts and hit breakpoints in build 140.2683.2?
Please sign in to leave a comment.
I guess, they are supposed to work but they currently don't: https://youtrack.jetbrains.com/issue/IDEA-119494. In the issue there's a workaround as well.