Releases: debug-sharp/desharp
Releases · debug-sharp/desharp
Desharp - C#/VB.NET Debugging Tool v1.3.0.3
Desharp - C#/VB.NET Debugging Tool v1.3.0.2
Fixes
- small assets fixes only
Updates
- building from standalone solution file included in git repo
Desharp - C#/VB.NET Debugging Tool v1.3.0.1
Fixes
- removed notifications sending after nuget packages instalation by default
Updates
- readme documentation
Desharp - C#/VB.NET Debugging Tool v1.3.0
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
- added attribute
New
- new configuration option for source location rendering
- more detailed examples and demos with many tests
Desharp - C#/VB.NET Debugging Tool v1.2.15
New
- variables dumping and exceptions handling TESTS
- rendering nullable types with
?
- better dumping for all
DateTime
types andTimeSpan
types - better dumping for
System.Guid
types - dumping events and event handlers targets in custom classes
Fixed
- critical fix in dictionary dumping
Desharp - C#/VB.NET Debugging Tool v1.2.14
New
System.Tuple
dumping support
Improvements
- better and faster variables recognizing
- better
Func<,>
andDelegate
rendering - many speed improvements and refactoring in
Desharp.Dumper
andDesharp.Completers.Detector
Fixed
- critical fix for
Desharp.Debug.Configure()
method
Desharp - C#/VB.NET Debugging Tool v1.2.13
Fixes
- critical fixes in exceptions rendering
- initialization critical fixes on non-standard environments
- fixed hidden texts in HTML logs for Func and Delegate types
Desharp - C#/VB.NET Debugging Tool v1.2.12
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
Desharp - C#/VB.NET Debugging Tool v1.2.11
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...)
Desharp - C#/VB.NET Debugging Tool v1.2.10
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