Brian McNamara
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 15
-
Created Crashing occasionally when connecting to remote debugger
AnsweredIve been seeing Intellij crash almost 50% of the times I connect to a remote debugger. I also just had it crash when I tried to execute a maven compile task. My vmoptions are as follows: -Xms2000m... -
Created Opening Intellij with nohup causes issue with auto-save
AnsweredI have a bash script to pass in environment variables and launch intellij using nohup. However this is causing a very weird behavior with auto-save. Now instead of saving on frame deactivation or 1... -
Created VCS resets to git after syncing
AnsweredBeen trying to figure out what would cause this but im seeing an issue when Syncing to the head of the branch using perforce. Currently my vcs.xml looks like <?xml version="1.0" encoding="UTF-8"?... -
Created Programmatically download latest version
AnsweredHey all, Im trying to create a script to download the latest version of Intellij and do some setup to make onboarding a bit easier. However I have yet to figure out how to fetch the latest versio...