主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitry Neverov
活动总数
90
最后的活动
2023年03月27日 12:18
成员加入日期
2014年01月28日 13:45
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
32
活动概览
文章(0)
帖子(0)
评论(58)
按最近的活动排序
最近的活动
投票数
创建于
2020年01月24日 15:41
It is tempting to say: yes, but IMHO adding support for variables won't help. Your example shows that variables can be arbitrarily complex expressions and we would have to reimplement a whole shell...
社区
GoLand
Is it possible to have Run/debug (build) injection from shell command?
0 票
创建于
2020年01月24日 14:31
Hi Greg, it is possible to specify flags for go tool, but they are static. So you can write put -ldflags "-X main.BUILD_DATE=dev" there, but run configuration won't expand the date pattern. The clo...
社区
GoLand
Is it possible to have Run/debug (build) injection from shell command?
0 票
创建于
2020年01月24日 11:14
At the moment, IDE sends os.Kill signal which cannot be caught. Please watch/vote for https://youtrack.jetbrains.com/issue/GO-5982 to get a notification once it is fixed.
社区
GoLand
Catching "stop" in Go
1 票
创建于
2020年01月23日 10:24
Could you please reproduce the problem with additional logging? To do that: add #com.goide.dlv.DlvVm in Help | Debug Log Settings... restart the IDE reproduce the problem provide IDE logs via the...
社区
GoLand
Debugging with delve is broken
0 票
创建于
2020年01月22日 13:10
Usually you can start a debug session using an icon in the gutter: https://www.jetbrains.com/help/go/starting-the-debugger-session.html#
社区
GoLand
GoLand - in tutorial no option "Debug context configuration"
0 票
创建于
2020年01月21日 17:00
It should work but might depends on the OS you are using. On linux the following program works: package main import ( "fmt" "os" "os/signal" "time") func main() { sigs := make(chan...
社区
GoLand
Catching "stop" in Go
-1 票
创建于
2019年11月26日 16:06
Thank you for detailed description, filed a feature request: https://youtrack.jetbrains.com/issue/GO-8475.
社区
GoLand
How to create run configuration to build directory recursively?
0 票
创建于
2019年11月26日 08:36
I understand that it is convenient to specify ./... in a run configuration. My question is: why do you want to run it?
社区
GoLand
How to create run configuration to build directory recursively?
0 票
创建于
2019年11月25日 14:44
At the moment we don't have plans to add such a feature: https://youtrack.jetbrains.com/issue/GO-6460. Could you please describe your use-case in the issue, maybe we can address it by different means?
社区
GoLand
How to create run configuration to build directory recursively?
0 票
创建于
2019年11月22日 17:17
We don't have a run configuration for that, but you can run 'go build ./...' by configuring an external tool at `File | Settings | Tools | External Tools` like shown on a screenshot.
社区
GoLand
How to create run configuration to build directory recursively?
0 票
«
第一页
‹
上一页
下一页
›
最后
»