Skip to content

Make node source output stack trace clickable #43

@wildmaples

Description

@wildmaples

Usually when we copy and paste something into Analyze > Stack Thread or Tread Dump in IntelliJ IDEA, the stacktrace is clickable to the location of the code.

Currently when you paste seafoam source output it looks like this:

Screen Shot 2021-09-21 at 3 50 23 PM

But in order to be clickable it should look something like this (right panel):

image
Image from JetBrain documentation on: Analyzing External Stack Traces

It seems to contain the full file name and line number.

I know that we currently don't have access to the specific line number, but would it still work with just the full file name?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions