vscode-gradle
vscode-gradle copied to clipboard
Unverified breakpoints when debugging a Gradle task on a Kotlin project
Extension Name: vscode-gradle Extension Version: v3.12.5 OS Version: MacOSX Monterrey. Apple M1 Max VSCode version: 1.73.0
I am having problems debugging a Kotlin app configured with Gradle. Everyting works fine, the code build and runs when launching it from the gradle tab. My issue is when I add breakpoints and I click on de debugger icon on the Gradle task. All of a suddent the breakpoints are grayed out and are marked as Unverified breakpoints. The debugger never stops at those breakpoints.
There is nothing special about this project, it is created out of the box with standard configuration.
Please guide me on how to provide you with relevant logs to identify this issue.