Skip to content

A-0-5/gostmortem-table

Gostmortem

Install Directly on
Visual Studio Code VSCodium
Download from Marketplace
Visual Studio Code Open VSX Registry

Gostmortem table is an extension that allows you to visualize go stack traces.

The parser component gostackparser.ts is based on gostackparse which parses a stack and provides a json object.

Usage

  1. Paste any valid go stack trace
  2. Invoke the extension using the shortcut to show all commands cmd + shift + p or ctrl + shift + p
  3. select/search Visualize Stack Trace
  4. The visualization table will open up

demo

Any feedback is welcome.

PS: I'm new to typescript and frontend development in general. I've built this extension using my limited knowledge of html, css and ts that I was able to learn in a week. Please do not hesitate to point out any issues in terms of code quality as it also helps me learn.