Releases: goldshtn/minidumper
Releases · goldshtn/minidumper
MiniDumper v2.2.19053
New features:
- a possibility to create dumps on commit memory thresholds (when process hits a specified memory limit or when the memory usage drops below a specified level) - contribution by @kishan3034
Fixes:
- a memory leak reported by @kevinkouketsu (#11)
Minidumper v2.1.18006.4
Added features:
- a possibility to create dumps on the 1st and the 2nd chance exceptions with the exception type filtering
- a possibility to create a dump on the process terminate event
- a possibility to limit the number of dumps to be done (with default set to one)
- a possibility to start a process under minidumper and wait for events
- a possibility to run the debugee process in a seperate console window (this one is missing in procdump! :))
- a nice welcome screen which resembles the one of procdump :)
Fixes:
- fixed problem with missing debug messages (by @kishan3034)
- fixed problem with the missing process name when creating immediate dumps
- a dump will be saved to the current folder (not the folder where MiniDumper is installed)
Preliminary version released for testing
v0.1-alpha Added AppVeyor CI badge