0

If IntelliJ crashes, where is the location of dump file created?

Nothing in "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3\bin" found by me.

Dims
  • 47,675
  • 117
  • 331
  • 600
  • Do you expect programs writing to the program files directory? Try [Search Everything](https://www.voidtools.com/) if you know the file name or extension (`.dmp`?) – Thomas Weller Nov 28 '16 at 23:21

1 Answers1

0

The JVM itself creates the dump. I think it should be in your home directory, which should be C:\Users\yourname on modern Windows versions.

eekboom
  • 5,551
  • 1
  • 30
  • 39