MemoScope.Net Versions Save

Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )

v1.0

7 years ago

Some minor bugs fixed since V 1.0 RC1

A lot of stars, watchers and forks since the article in MSDN/Channel9 so let's hope all obvious bugs are found and fixed :)

Changelog

MemoScope binaries:

MemoScope API binaries:

MemoDummy binaries:

Ps: all binaries are built by AppVeyor and this release is 1.0.0.222

V1.0.RC1

7 years ago

No new major feature in this release since V 0.9.9 Only bug fixes, typo corrected, UI improvements etc

Wiki is still under construction but every major feature is documented with screenshots / animations.

Some people starred, cloned and follows the project so I guess they tried Memoscope. Some issues have been created and closed so it's a good indicator to publish this RC1 release.

Changelog

MemoScope binaries:

MemoScope API binaries:

MemoDummy binaries:

Ps: all binaries are built by AppVeyor and this release is #0.9.999.200

v0.9.9

7 years ago

0.9

8 years ago

#86 : Instance details module: display the fieldname referencing the instance #71 : Disposables: find instances with IDisposable interface #68 : Root path: display reference path from an instance to root #67 : References distribution: display stats about type referers

0.8

8 years ago

0.7

8 years ago

0.6

8 years ago

0.4

8 years ago

0.2

8 years ago

See milestone 0.2

Features

  • #1 [Process] Create a module that links to a process and displays informations about memory used
  • #2 [Process] Dump the memory of selected process
  • #14 Process: define some criteria in C# to dump the selected process
  • #15 MemoscopeApi: make a small api to include in another application so it can send some dump request
  • #12 MemoDummy: application with scripts with classic issues: deadlock, out of memory, leaks etc
  • #17 Process: add a button to select process like "target" in process explorer tool

Enhancements

  • #16 MemoDummy: add a script to test MemoScopeApi
  • #13 WinFwk: add some keyboard shortcuts to UICommands
  • #11 Gui: add a "About" module with application name/version and GitHub repo url enhancement