How to debug Groovy script in Visual Studio Code

Saikat picture Saikat · Feb 16, 2018 · Viewed 8k times · Source

I have a groovy script which I want to debug in Visual Studio Code. I was thinking that groovy being a JVM language I may need to use the Java Debugger. But I have not yet found a way to debug Groovy code. Any suggestion?

Answer