iivmok / halcyon

Simplified view of dotnet exception stack trace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halcyon

Simplified view of dotnet exception stack trace

Download release: Halcyon.exe

Usage

Paste stack trace into the left panel and check wanted options. Uses clipboard contents by default.

Options

  • Hide source assembly
  • Hide calls to System.
  • Hide calls to Microsoft.
  • Hide async stack frames
  • Hide generic/async/lambda/generator noise
  • Tag frames instead of hiding them
  • Show exceptions only, no frames
  • Hide any stack with *Middleware. in the name
  • Unwrap (reorder) inner exceptions

Example

Source: example/example.txt

Original Hide assembly info Hide async stacks Denoise Unrap inner exceptions

About

Simplified view of dotnet exception stack trace

License:The Unlicense


Languages

Language:C# 100.0%