Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Eugene Berman
Follow
New posts
New posts and comments
Total activity
150
Last activity
October 26, 2020 14:46
Member since
March 02, 2016 20:40
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
36
Activity overview
Posts (31)
Comments (77)
Sort by votes
Recent activity
Votes
Created
November 04, 2016 18:21
Nevermind, I found the answer here in one of the previous posts. Now my code works just fine. For those who are interested, this is what my solution looks like: Language language = null;Collectio...
Community
IntelliJ IDEA Open API and Plugin Development
Need help with choosing the right text editor component
2 votes
Created
March 08, 2017 15:22
Thanks, Anna, that definitely helps, everything works fine now! I have a follow up question though. Here's what I'm trying to do. I'm working on a plugin for Mule ESB and Mule ESB uses XML-based co...
Community
IntelliJ IDEA Open API and Plugin Development
Rename behavior is different between editor and structure view
1 vote
Created
October 15, 2016 18:29
And it works! Damn, I wish all this was properly documented, but I guess I'm asking too much, am I? :) Thanks very much again!
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
1 vote
Created
October 26, 2020 14:46
Got it, thanks, Vasiliy, I'll give it a try!
Community
PhpStorm
How do I create a server configuration with HTTPS?
0 votes
Created
August 31, 2020 15:07
Ah, bingo, that did the trick!!! Now my breakpoints work as expected! Thank you very much for your help!
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:34
Done - Upload id: 2020_08_31_2hte65YMbMexTDds (file: goland-logs-20200831-072440.zip)
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:31
No, I don't - should I? What's interesting, just for kicks I mounted my host /Users to the container so that the path is the same. I ran bash in the container and tried to locate the go file at the...
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:26
I don't have any other "main.go" files but just in case I renamed the file so that the name is for sure unique. The problem is the same though. Any other ideas?
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:15
OK, I think this is what's happening - the output of ListSources has my file at "/build/src/main.go" , which is where it was in the build container, whereas on my host machine this file is located ...
Community
GoLand
Unable to debug app running in Docker
0 votes
Created
August 31, 2020 14:10
Ah, ok, so MY source files are in this list, but the path is different - "/build/src/main.go" - so is there any way to map the container path to the host path?
Community
GoLand
Unable to debug app running in Docker
0 votes
1
2
3
4
5
6
›
»