Hi folks, is anybody using Visual Studio Code? I m...
# questions
g
Hi folks, is anybody using Visual Studio Code? I managed to run and debug a project, what I'm missing is the Debug REPL, I cannot execute code while the execution is suspended on a breakpoint. The Debug Console is there but it complains with errors such as "_Cannot evaluate because of compilation error(s): The method println() is undefined for the type UserExpenseController." (a simple test)_
v
have installed Java extension pack and debugger pack. But how to configure debug for grails. launch.json needs to be configured or any other plugin exists for do this?