Why the breakpoint does not stop?
Answered
Hi all
I am trying to debug the build.sbt file and I have created the following sbt task:
Then I've set the breakpoint as follows:
and consequently press the bug button
and why it does not stop there? What I am trying to figure out is, which value is assigned to the task git.gitDescribedVersion
.
Thanks
Please sign in to leave a comment.
Please verify that you do not run tasks in forked mode, see https://youtrack.jetbrains.com/issue/SCL-12778
Make also sure that the code is actually gets executed when you launch the task.
I do not run the tasks in forked mode but I did not launch the task from the console.
Is the problem still actual? Could you please provide a sample project?