goland ide
Answered
For the Goland ide, how can i debug my code, the debug icon is inactive, how to set it
Please sign in to leave a comment.
Debug works for `Go Application` and `Go Test` run configurations only. It doesn't work for `Go Run File` run configuration.
got it. thanks