You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: