Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Neverov
Total activity
90
Last activity
March 27, 2023 12:18
Member since
January 28, 2014 13:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
32
Activity overview
Articles (0)
Posts (0)
Comments (58)
Sort by recent activity
Recent activity
Votes
Created
November 05, 2021 15:47
Thank you. Debugger fails to start because 2021.2.3 doesn't bundle delve for arm. You can either install 2021.3 EAP or build delve for arm and replace the bundled one as described here: https://you...
Community
GoLand
Debugger finished with the exit code 127
1 vote
Created
November 04, 2021 13:00
Markers with and without space work for me. Make sure you disabled `File | Settings | Editor | Code Style | Go | Other | Run gofmt on code reformat`. Gofmt doesn't know about these markers.
Community
GoLand
formatter:off doesn't seem to be working
1 vote
Created
May 25, 2020 12:19
File watchers which don't modify files should not cause problems, so it's likely was gofmt or goimports.
Community
GoLand
Conficts between memory and disk when there has been no external editing
1 vote
Created
May 08, 2020 14:37
Hi, I think it is indeed caused by file watchers. I'd suggest disabling gofmt and goimports and switching to the builtin IDE formatter.
Community
GoLand
Conficts between memory and disk when there has been no external editing
1 vote
Created
January 24, 2020 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.
Community
GoLand
Catching "stop" in Go
1 vote
Created
October 08, 2019 13:39
We figured that default value of environment variables can be set via the `go env -w VAR=VALUE` command in the shell.
Community
GoLand
setting GONOSUMDB?
1 vote
Created
March 27, 2023 12:18
It is not very convenient, but you can evaluate variable in gdb/lldb console using `p/t <expression>`
Community
CLion
CLion debug variables binary view for embedded dev
0 votes
Created
November 08, 2021 12:13
Then the problem is not in the IDE. If adding your corporate certificate to the OS (e.g. to KeyChain in MacOS) doesn't help, I'd suggest filing issue in the golang issue tracker on github.
Community
GoLand
GoLand 2019.2 can't load packages due to: certificate signed by unknown authority
0 votes
Created
November 08, 2021 10:23
Does the command IDE runs also fails if you run it manually in terminal?
Community
GoLand
GoLand 2019.2 can't load packages due to: certificate signed by unknown authority
0 votes
Created
November 05, 2021 13:25
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 `He...
Community
GoLand
Debugger finished with the exit code 127
0 votes
Next
›
Last
»