getappmap / appmap-intellij-plugin

MIT License
38 stars 9 forks source link

Findings should have squiggles in the source code in the JetBrains extension #123

Closed ahtrotta closed 2 years ago

ahtrotta commented 2 years ago

Here's how it looks in VS Code:

Image

Here's how it looks in RubyMine:

Image

jansorg commented 2 years ago

Should be fixed by https://github.com/applandinc/appmap-intellij-plugin/pull/81/commits/c593fa50e218d28b619e9645f106b8f2e217eb77 for the next preview. Lines were 1-based in the stacktrace, but the SDK expects 0-based line numbers.