Stack trace analyzer - Easy way to analyze stack traces from any language and sources.
- Analyze stack traces from clipboard with a single command.
- Automatically highlights and links file paths and line numbers in stack traces.
- Supports any programming language as it uses the built-in index.
- Handles stack traces even if paths partially do not match (e.g., due to CI builds).
Analyze stack from clipboard
(Default shortcut:Ctrl+Shift+E
)
- Copy a stack trace to your clipboard.
- Run the
Analyze stack from clipboard
command (or use the shortcutCtrl+Shift+E
). - The stack trace will be analyzed and displayed in the panel with clickable file paths and line numbers.
If your stack trace is not working, please open an issue on GitHub. Successfully tested on C# and JavaScript projects, but it should work well with any stack traces that contain file paths resembling source code.
MIT License