An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Stack trace analyzer [![Open VSX Version](https://img.shields.io/open-vsx/v/tihonove/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`

![Commands](docs/Commands.png)

## 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.

![Result](docs/StackTracePanel.png)

## 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