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.
- Paste any valid go stack trace
- Invoke the extension using the shortcut to show all commands
cmd + shift + p
orctrl + shift + p
- select/search Visualize Stack Trace
- The visualization table will open up
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.