https://github.com/workbackai/traceback
🐞 VS Code extension to debug tracing logs 🦀
https://github.com/workbackai/traceback
debugger debugger-extension debugger-visualizer debugging log-analysis log-viewer logging logs vscode
Last synced: 5 months ago
JSON representation
🐞 VS Code extension to debug tracing logs 🦀
- Host: GitHub
- URL: https://github.com/workbackai/traceback
- Owner: workbackai
- License: apache-2.0
- Created: 2025-04-07T15:56:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T10:25:03.000Z (8 months ago)
- Last Synced: 2025-06-10T20:01:44.551Z (7 months ago)
- Topics: debugger, debugger-extension, debugger-visualizer, debugging, log-analysis, log-viewer, logging, logs, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=hyperdrive-eng.traceback
- Size: 1.08 MB
- Stars: 66
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TraceBack
A VS Code extension to debug using [`tracing`](https://docs.rs/tracing/latest/tracing/) logs (🦀+🐞)
## Demo

## Quick Start
1. Install the [extension](https://marketplace.visualstudio.com/items/?itemName=hyperdrive-eng.traceback)
1. Open settings

1. Add your Rust [`tracing`](https://docs.rs/tracing/latest/tracing/) logs

1. Select your Rust repository

1. Set your Claude API Key

## Features
1. Visualise spans associated with a log

1. Find the line of code associated with a log

1. Navigate the call stack associated with a log
