Skip to content

Commit

Permalink
Release version 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Sep 24, 2024
1 parent 759f299 commit b6074f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ will force gdlv to use nucular_gio everywhere, conversely `-tags=nucular_shiny`

# News

## 2024-09-24 / Version 1.13
* Added way to see captured variables inside function closures

## 2024-03-04 / Version 1.12
* Function names in the stacktrace window is shortened by default
* Add next-instruction command
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func parseArguments() (descr ServerDescr) {
finish(true, "--headless", "replay", opts.cmdArgs[0])

case "version":
fmt.Fprintf(os.Stderr, "Gdlv Debugger\nVersion: 1.12\n")
fmt.Fprintf(os.Stderr, "Gdlv Debugger\nVersion: 1.13\n")
os.Exit(0)

default:
Expand Down

0 comments on commit b6074f5

Please sign in to comment.