Skip to content

hyperdrive-eng/traceback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TraceBack

A VS Code extension to debug using tracing logs (πŸ¦€+🐞)

Demo

Traceback 0 5 Boomerang demo

Quick Start

  1. Install the extension

  2. Open settings

    image

  3. Add your Rust tracing logs

    image

  4. Select your Rust repository

    image

  5. Set your Claude API Key

    image

Features

  1. Visualise spans associated with a log

    image

  2. Find the line of code associated with a log

    image

  3. Navigate the call stack associated with a log

    image