我想用Jetbrain的gogland调试我的revel应用程序调试,但gogland运行配置允许设置包或文件运行方案,而不是revel run myapp
启动的调试过程。
答案 0 :(得分:1)
现在Gogland是Goland
我为create debug-config找到官方manual。如果你不介意的话,我会在这里发帖......
INTELLIJ调试(GOLAND)
适用于Linux& Windows
答案 1 :(得分:0)
AFAIK,Gogland内置调试器为delve。
我认为您必须尝试使用选项attach
运行调试:
Attach to an already running process and begin debugging it. This command will cause Delve to take control of an already running process, and begin a new debug session. When exiting the debug session you will have the option to let the process continue or kill it. Usage: dlv attach pid [flags]
我现在没有安装gogland,但过去我遇到过类似的问题。