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:

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

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?
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:
But in order to be clickable it should look something like this (right panel):
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?