Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Mwisnicki

Avatar
  • Total activity 5
  • Last activity January 30, 2026 20:57
  • Member since July 13, 2021 23:19
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
Activity overview Posts (0) Comments (3)
Sort by recent activity Recent activity Votes
  • Created January 30, 2026 20:57
    Quick one-liner:jstack -l $(jps -l | grep com.intellij.idea.Main | cut -f1 -d\ ) | gzip -9 > dump.txt.gz 
    1. General
    2. Troubleshooting
    3. How to get a thread dump when IDE hangs and doesn't respond
    • 0 votes
  • Created July 23, 2025 20:00
    Rather than `jps -mv` which only prints `main` and bunch of meaningless arguments it's much better to invoke `jps -l` which prints full class name:```jps -l71648 com.intellij.database.remote.Remote...
    1. General
    2. Troubleshooting
    3. How to get a thread dump when IDE hangs and doesn't respond
    • 0 votes
  • Created July 13, 2021 23:19
    For anyone coming here looking for a way to start multiple instances of IDEA this way - on Windows you must execute idea.bat rather than idea64.exe for this to work. See IDEA-273669
    1. General
    2. Installation and Licensing
    3. Changing IDE default directories used for config, plugins, and caches storage
    • 0 votes
Copyright © 2000– JetBrains s.r.o.