I'm new to Goa and the Goland IDE, currently I'm resorting to fmt.Println()
to debug parts of my application, however this isn't ideal.
I have Goland setup to run my Goa application, and that works fine - I simply pointed my run configuration to the directory in question. But when I start the debugger I get could not launch process: EOF
How do I setup Goland to debug my application?