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
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 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 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
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
August 31, 2020 15:02
Thank you! It looks like mapping fails because the project doesn't use go modules and also is not inside GOPATH. To match files we strip GOPATH from a local path and are trying to find a unique rem...
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:32
Could you please upload the log to https://uploads.jetbrains.com, I hope it will be easier to investigate
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:28
Do you have go modules enabled in the project?
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:15
Do you have several files with the main.go name in different directories? I think that might be the reason why GoLand fails to map the file properly. Please check if changing the name from main.go ...
Community
GoLand
Unable to debug app running in Docker
0 votes
Next
›
Last
»