Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

0.6.21

Compare
Choose a tag to compare
@lukehoban lukehoban released this 18 Dec 20:31
· 1585 commits to master since this release

Notable additions:

  • package smart snippet for quickly getting started with a new .go file (#155)
  • Improved display of variables in debugger
  • Watch and output window now render evaluated expression results correctly
  • All goroutines are now shown during debugging
  • stopOnEntry supported in debugger
  • Fix for issue where debugger would sometimes not set breakpoints before running the application

Getting started experience authoring a new file and debugging it:

go-quickstart

Debugging

go-debug