Skip to content

Releases: lloiser/go-debug

v1.4.1

27 May 17:12

Choose a tag to compare

  • πŸ› be a bit more defensive if dlv cannot be found

v1.4.0

21 May 19:48

Choose a tag to compare

v1.3.2

21 May 19:46

Choose a tag to compare

  • πŸ†• Add a pause (halt) button to the panel to stop pause the debugger (#97)

v1.3.1

22 Apr 21:59

Choose a tag to compare

  • πŸ†• add a simple repl to the output panel (#88)

repl

  • πŸ†• add watch expressions to the debug panel (#76)

watch

  • 🎨 some improvements to the debug panel UI

v1.2.0

21 Mar 22:41

Choose a tag to compare

  • πŸ†• add a new option to save all files before starting delve (#86)
  • πŸ” improve detection of existing delve (#81)
  • πŸ› clean up debugger state after stopping (#82)
  • ⬆️ update dependencies

Detailed changes: v1.1.0...v1.2.0

v1.1.0

05 Mar 21:07

Choose a tag to compare

Features

  • πŸ†• conditional breakpoints (#36)

image

  • πŸ†• add a new option to clear the output panel on start of a new debug session (#55)

Bugs

  • πŸ› reset the stacktrace and goroutines after a long continue/step/... (#74)
  • 🎨 show the debug panel everytime a debug session starts (#64)
  • 🎨 show text in output panel if no configuration is selected (#17)
  • ⬆️ check version of delve to be >= 0.12.0

Detailed changes: v1.0.4...v1.1.0

v1.0.4

22 Jan 22:00

Choose a tag to compare

  • πŸ› Remove styles that got obsolete with atom 1.13.0 (#60, #69)
  • πŸ› Correctly end a debug session (#67)

Detailed changes: v1.0.3...v1.0.4

v1.0.3

08 Jan 09:49

Choose a tag to compare

  • πŸ› Correctly resolve ~ in the configuration file setting (#68)

Detailed changes: v1.0.2...v1.0.3

v1.0.2

08 Jan 09:47

Choose a tag to compare

  • πŸ› Adding new lines in files with breakpoints do not cause exceptions anymore (#66)
  • πŸ› Do not automatically add new lines after each messages in the output panel

Detailed changes: v1.0.1...v1.0.2

v1.0.1

01 Jan 21:12

Choose a tag to compare

  • πŸ› Kill the delve session if it takes too long to Detach (#65)

Detailed changes: v1.0.0...v1.0.1