Skip to content

Releases: debug-sharp/desharp

Desharp - C#/VB.NET Debugging Tool v1.2.9

28 Nov 13:57

Choose a tag to compare

Fixed

  • getting client ip in web application start was not possible - fixed with try/catch block
  • logging exceptions with null stack trace caused error - fixed with condition

Desharp - C#/VB.NET Debugging Tool v1.2.8

07 Nov 15:46
a8cd6c9

Choose a tag to compare

Added

  • strong name with certificate

Fixed

  • wrong GAC library name removed from nuget config file

Desharp - C#/VB.NET Debugging Tool v1.2.6

24 Oct 16:44

Choose a tag to compare

Changes

  • locks refactoring
  • fixed exception loging

Desharp - C#/VB.NET Debugging Tool v1.2.5

24 Oct 16:10

Choose a tag to compare

Fixed

  • loging exceptions - loging was without lock object

Added

  • Func and Delegate dumping

Desharp - C#/VB.NET Debugging Tool v1.2.3

12 Jun 00:59

Choose a tag to compare

  • bugfix - critical - Desharp.Debug.Log(); - bad locking and unlocking in Producers/FileLog.cs:83, 89

Desharp - C#/VB.NET Debugging Tool v1.2.2

11 Jun 16:50

Choose a tag to compare

  • dependencies in NuGet config removed into the same way as in previous versions, because there were unknown errors in package installation. All basic .NET framework dependencies are now discribed in the package description. I believe it's enough, because everybody has always packages like System.*, so screw that:-)

Desharp - C#/VB.NET Debugging Tool v1.2.1

10 Jun 17:39

Choose a tag to compare

Changed

  • speed optimization - removed all lock structures and changed to more effective ReaderWriterLockSlim implementations

Desharp - C#/VB.NET Debugging Tool v1.2.0

10 Jun 01:40

Choose a tag to compare

New

  • added attribute 'Desharp.Hidden' - to also hide properties and field for dumping (like 'CompillerGenerated' attr.)

Fixed

  • critical bugfix, desktop apps init for enabled/dispabled dumping into console window/debug output window

Changed

  • FireCSLogger - completely refactored, renamed to FireDump and more integrated with Desharp library
  • added lazy conditions checking in Stacktrace.cs

Desharp - C# .NET Debugging Tool v1.1.6

05 Jun 05:25

Choose a tag to compare

  • bugfix - SqlDataReader changed into parent common data reader
  • bugfix - new iteration for dynamicly crated lists and arrays by Activator.CreateInstance()

Desharp - C# .NET Debugging Tool v1.1.5

04 Jun 22:45

Choose a tag to compare

  • new - config files transformation by xsd
  • new - compiller generated fields under properties not dunped, only if you specify to dump everything in your config file by Desharp:DumpCompillerGenerated => true
  • new - versions 1.1.2 to 1.1.4 has been skipped - because of troubles with new config transforms and nuget packages testing, screw it, it will never happend again:-)
  • new - route panel - still not ready, but now in better way for final future release
  • bugfix - stack trace exception parsing with vb.net sources fixed to display html links