Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
This repository was 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

@noam-honig

Description

@noam-honig

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions