Skip to content

Releases: lloiser/go-debug

v1.7.0

11 Dec 22:25
Compare
Choose a tag to compare

Allow other delve runners to connect to the running server by using --accept-multiclient (#156, thx @michaelgugino)

v1.6.2

01 May 12:08
Compare
Choose a tag to compare

πŸ†• expose dlv argument backend in config (#137, thx @khalilovcmd)

v1.6.1

17 Apr 10:27
Compare
Choose a tag to compare

πŸ› fix some JS exceptions that occurred while debugging
πŸ› catch errors and show state when the execution panics (#134)
🎨 some minor styling issue to fit nicely into the tab

v1.6.0

18 Jan 19:36
Compare
Choose a tag to compare

πŸ› Fix a lot of issues related to configurations by replacing chokidar with atom.watchPath!

v1.5.3

17 Dec 10:45
Compare
Choose a tag to compare
  • πŸ› Fixed detection of delve using the go-plus service (#124 by @zmb3)

v1.5.2

08 Sep 11:48
Compare
Choose a tag to compare

πŸ› Fixed handling of native error that could cause an exception and therefore break debugging (#112)

v1.5.1

02 Sep 14:52
Compare
Choose a tag to compare
  • 🏎 improve performance when stepping through code by only loading the variables of the current stack (really helps in larger stacks or with a lot of variables)
  • πŸ†• do not show shadowed variables in the panel (#109)
  • πŸ› fix the workspaceRoot variable of configurations (#111)

v1.5.0

11 Jul 20:52
Compare
Choose a tag to compare
  • πŸ†• starting the debugger now logs more details about how delve has been started into the output panel (#103)
  • πŸ› escape XML/HTML in output panel (#106)
  • πŸ› prepare saving of files for atom 1.19

Detailed changes: v1.4.3...v1.5.0

v1.4.3

08 Jun 20:23
Compare
Choose a tag to compare
  • πŸ› fix starting the debugger via the dock/panel

v1.4.2

27 May 17:14
Compare
Choose a tag to compare
  • 🎨 defer activation of go-debug until the go language grammar is used