StackTraceExplorer Save

Parse those pesty unreadable long stack traces. Stack Trace Explorer provides syntax highlighting and easy navigation to elements in the stack trace.

Project README

Stack Trace Explorer

Parse those pesty unreadable long stack traces. Stack Trace Explorer provides syntax highlighting and easy navigation to elements in the stack trace.

StackTraceExplorer Sponsor

Installing

Visual Studio Marketplace

Github Releases

Open VSIX Gallery

Usage

You can find the Stack Trace Explorer at

View - Other Windows - Stack Trace Explorer

or the default keybinding

Ctrl + S, T

Features

  • Clicking a filepath will open the file at the line mentioned in the stacktrace
  • Clicking a method will open the corresponding file at the start of that method
  • Wrap long stacktraces
  • Syntax highlighting
  • Dark theme support
  • Tabs

Opening a new tab

There are multiple ways open opening new tabs to show your stack traces:

Copy a stack trace to your clipboard:

  • Click the paste as new tab but
  • Select a tab, make sure your cursor is not in the text editor, Paste your stack trace with Ctrl + V

Stack trace from file:

  • Click the open file button
  • Drag & drop the file to the toolwindow

Supported stack trace formats

  • Visual Studio
  • Application Insights

Screenshots

Screenshot

Thanks

  • Resharper (for the initial idea to recreate this)
  • Terrajobst (for some inspiration on optimizing the extension)
  • dlstucki (for a large PR optimizing StackTraceExplorer for large solutions)
Open Source Agenda is not affiliated with "StackTraceExplorer" Project. README Source: sboulema/StackTraceExplorer
Stars
36
Open Issues
7
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating