Skip to content

Releases: goldshtn/minidumper

MiniDumper v2.2.19053

22 Feb 17:52
10fb7be
Compare
Choose a tag to compare

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:

Minidumper v2.1.18006.4

06 Jan 16:04
9114ed8
Compare
Choose a tag to compare

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

20 Aug 04:10
Compare
Choose a tag to compare
v0.1-alpha

Added AppVeyor CI badge