https://github.com/tihonove/vscode-stack-trace-analyzer
Stack trace analyzer extensions for vscode
https://github.com/tihonove/vscode-stack-trace-analyzer
programming tools vscode-extension
Last synced: 29 days ago
JSON representation
Stack trace analyzer extensions for vscode
- Host: GitHub
- URL: https://github.com/tihonove/vscode-stack-trace-analyzer
- Owner: tihonove
- License: mit
- Created: 2024-12-29T14:54:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-27T13:51:34.000Z (3 months ago)
- Last Synced: 2026-05-19T00:35:50.121Z (about 1 month ago)
- Topics: programming, tools, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=tihonove.stack-trace-analyzer
- Size: 611 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Stack trace analyzer [](https://open-vsx.org/extension/tihonove/stack-trace-analyzer)
Stack trace analyzer - Easy way to analyze stack traces from any language and sources.
## Features
- 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).
## Commands
- `Analyze stack from clipboard`

## Usage
1. Copy a stack trace to your clipboard.
2. Run the `Analyze stack from clipboard` command.
3. The stack trace will be analyzed and displayed in the panel with clickable file paths and line numbers.

## Troubleshooting
If your stack trace is not working, please open an issue on [GitHub](https://github.com/tihonove/vscode-stack-trace-analyzer/issues).
Successfully tested on the following languages:
- C
- C#
- Go
- Java
- JavaScript
- PHP
- Python
- Ruby
- Rust
## License
MIT License