Giter Site home page Giter Site logo

terrajobst / stack-trace-explorer Goto Github PK

View Code? Open in Web Editor NEW
109.0 7.0 7.0 173 KB

Stack Trace Explorer is a Visual Studio plug-in that pretty prints a stack trace by turning types, methods, and paths into hyper links

Home Page: https://marketplace.visualstudio.com/items?itemName=ImmoLandwerthMSFT.StackTraceExplorer

License: MIT License

C# 98.38% Batchfile 1.62%
visual-studio vsix roslyn

stack-trace-explorer's Introduction

Stack Trace Explorer

Build status

Stack Trace Explorer is a Visual Studio plug-in that pretty prints a stack trace by turning types, methods, and paths into hyper links:

Download

You can find the latest version in the Visual Studio Marketplace.

Usage

Using it is super simple:

  1. Copy a stack trace to the clipboard
  2. Invoke Ctrl Shift E, S

Enjoy navigating your stack trace!

stack-trace-explorer's People

Contributors

terrajobst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

stack-trace-explorer's Issues

Feature request - add a button at the top of the Stack Trace Explorer to paste a new stack from the clipboard

I use the menus to Paste the call stack (since there is a keyboard conflict, that I know how to change in settings).

So I start by going to :View, Other Windows, Stack Trace Explorer and see the screen.

Now that the screen is already open, and I want to view a new Stack Trace, it'll be great if there is a button at the top of the stack trace that will paste the current (new) stack from the clipboard to this window.
image

Feature request - file path's even if they are not from a call stack

There are many cases where I have a list of file names and line numbers, and would like to navigate through them using links like this tool supports.

Most of them come from a build log or a search result.
(Some thing like links in VS Code output or terminal window)

I can format them in any format that's easy for you.
So I formatted them as a file name in the stack:
C:\demos\StrategyPattern\Northwind.Customers\ShowCustomers.cs:line 42

but Stack Trace Explorer, didn't identify them as links.

It'll be great if this can work.

Currently I hack it by adding "x.y() in " before the file name.
see:
x.y() in C:\demos\StrategyPattern\Northwind.Customers\ShowCustomers.cs:line 42

Error message

image

I am getting the above error message while invoking the stack trace explorer window, any idea what might be wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.