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: 10 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T09:10:08.000Z (10 months ago)
- Last Synced: 2025-03-18T10:24:09.240Z (10 months ago)
- Topics: programming, tools, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=tihonove.stack-trace-analyzer
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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` (Default shortcut: `Ctrl+Shift+E`)

## Usage
1. Copy a stack trace to your clipboard.
2. Run the `Analyze stack from clipboard` command (or use the shortcut `Ctrl+Shift+E`).
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 C# and JavaScript projects, but it should work well with any stack traces that contain file paths resembling source code.
## License
MIT License