Desharp Versions Save

C#/VB .NET debuging utility to dump or log structuralized variables, exceptions, stack traces and much more into console, visual studio console, into html web response as floating window or into html/text log files on HDD.

v1.3.0.3

4 years ago

New

  • strong name assembly for possible GAC cache registration

v1.3.0.2

4 years ago

Fixes

  • small assets fixes only

Updates

  • building from standalone solution file included in git repo

v1.3.0.1

4 years ago

Fixes

  • removed notifications sending after nuget packages instalation by default

Updates

  • readme documentation

v1.3.0

4 years ago

Improvements, Refactoring & Fixes

  • web module implementation
  • notification sending
  • web assets updates
  • web redirect recognizing fix
  • Desharp.Debug.Stop() method refactoring
  • web panels refactoring
  • readme

Changes

  • logs directory default name changed to ~/Logs
  • nuget package installation Web.config transformation change:
    • added attribute preCondition="managedHandler" into Desharp module node

New

  • new configuration option for source location rendering
  • more detailed examples and demos with many tests

v1.2.15

4 years ago

New

  • variables dumping and exceptions handling TESTS
  • rendering nullable types with ?
  • better dumping for all DateTime types and TimeSpan types
  • better dumping for System.Guid types
  • dumping events and event handlers targets in custom classes

Fixed

  • critical fix in dictionary dumping

v1.2.14

4 years ago

New

  • System.Tuple dumping support

Improvements

  • better and faster variables recognizing
  • better Func<,> and Delegate rendering
  • many speed improvements and refactoring in Desharp.Dumper and Desharp.Completers.Detector

Fixed

  • critical fix for Desharp.Debug.Configure() method

v1.2.13

4 years ago

Fixes

  • critical fixes in exceptions rendering
  • initialization critical fixes on non-standard environments
  • fixed hidden texts in HTML logs for Func and Delegate types

v1.2.12

5 years ago

Added

  • added COM visibility
  • automatically added logs directory in web projects is now hidden by default after Desharp instalation
  • documentation generator config

Fixed

  • exceptions in Debug type static initializer

v1.2.11

6 years ago

it's so much better to use old locks... (no application freezing with huge traffic, no crazyness with CallContext.GetData() and CallContext.SetData() in web app requests...)

v1.2.10

6 years ago

Changes

  • removed slim locking - replaced with System.Runtime.Remoting.Messaging.CallContext
  • removed abstract class for web debug panels- replaced with interface Desharp.Panels.IPanel

Added

  • possibility to have different window title than bar title in web debug panels
  • system info panel