
As shown in the snapshot above, just had a simple gradle java project setup following their instruction here (https://guides.gradle.org/building-java-applications/). As long as the java goes, it runs fine and produced a line output in the terminal.

However, can't get the debugger to run. Keep getting the error code shown: "Cannot determine executable for debug adapter '{0}'."

.classpath and .project files were generated normally
What could be an issue here and how would I be able to resolve it?
Still new to java and Gradle / Maven stuff so might be missing the obvious. So please point it out if I did.
Thank you.
As shown in the snapshot above, just had a simple gradle java project setup following their instruction here (https://guides.gradle.org/building-java-applications/). As long as the java goes, it runs fine and produced a line output in the terminal.
However, can't get the debugger to run. Keep getting the error code shown: "Cannot determine executable for debug adapter '{0}'."
.classpath and .project files were generated normally
What could be an issue here and how would I be able to resolve it?
Still new to java and Gradle / Maven stuff so might be missing the obvious. So please point it out if I did.
Thank you.