Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20348

No Debug information with remote debugger

$
0
0

Trying to attach a debugger client to my Kotlin project built by gradle with debug information such as source code.

Within project root I execute: ./gradlew test --debug-jvm.
After jdb -attach $PORT, I couldn’t list to view source code.

Any suggestions for me to setup debugging environment properly?


Viewing all articles
Browse latest Browse all 20348

Trending Articles