How to open dumps generated by N++ while crashing?
-
While crashing last time N++ generated some dumps in %TEMP%. How to open them?
-
More dumps found in
AppData/Local/Crash Dumps
and
Program Files/Notepad++ -
Found one more related unanswered topic https://community.notepad-plus-plus.org/topic/18743/notepad-crashed-and-create-dump-files-in-3-locations-how-to-properly-recover
-
You can use windbg.exe to load and analyze dump files.
-
@Ekopalypse said in How to open dumps generated by N++ while crashing?:
windbg.exe
Thanks!
Also I see that I can open them in N++ and save as txt files ) -
if they are real dump files, you cannot read them properly with npp.
-
@Ekopalypse, For the record
The ‘.dmp’ dumps in “AppData/Local/Crash Dumps” and “Program Files/Notepad++” are real dumps and I can open them only via WinDBG
The ‘.dump’ dumps in “Temp/N++RECOV” are pseudo-dumps, in fact backups of the last open unsaved files in N++ at crash, and they are in text format in fact so I can recover now easily the lost documents.