Skip to content

Releases: tihonove/vscode-stack-trace-analyzer

Stack trace analyzer 1.4.0

09 Jan 11:33
Compare
Choose a tag to compare

Fixes

Stack trace analyzer 1.3.0

07 Jan 15:45
Compare
Choose a tag to compare

New Features

  • Access to All Analyzed Stack Traces: Users can now view and interact with all analyzed stack traces, not just the most recent one. This provides a comprehensive overview of debugging sessions.

  • Persistent Stack Trace Storage: Stack traces are now saved between application launches, ensuring that your analysis history is retained for future reference.

Enjoy the new features!

VSCode Marketplace | Direct download

Stack trace analyzer 1.2.0

31 Dec 12:10
Compare
Choose a tag to compare

🚀 First release to marketplace

Stack trace analyzer 0.0.7

30 Dec 21:32
Compare
Choose a tag to compare

Stack trace analyzer 0.0.6

30 Dec 21:14
Compare
Choose a tag to compare
Pre-release

Fixes

  • Support for Single-Line Stack Traces #2
  • Support for Stack Traces Serialized via JSON #1

Stack trace analyzer 0.0.5

30 Dec 12:31
Compare
Choose a tag to compare
Pre-release
  • Enhance stack trace tokenizer to include column number detection
  • Improve file path splitting for cross-platform compatibility

Stack trace analyzer 0.0.4

29 Dec 15:46
Compare
Choose a tag to compare
Pre-release

Overview

This is the initial release of the Stack Trace Analyzer extension. It has been tested on a large C# project, but further testing is needed across different languages and environments.

Known Limitations

  • Tested only on a C# project.
  • Not yet tested with remote development setups.
  • The extension is not yet published in the marketplace; we are waiting for feedback from a few users to identify and fix potential issues.

Feedback

Please report any issues or feedback on our GitHub Issues page. Your input is invaluable in helping us improve the extension.


Thank you for trying out the Stack Trace Analyzer!