Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

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

Open
noam-honig opened this issue May 14, 2018 · 0 comments
Open

Comments

@noam-honig
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant