| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-01 | 3.2 kB | |
| v1.27.1 source code.tar.gz | 2026-08-01 | 9.5 MB | |
| v1.27.1 source code.zip | 2026-08-01 | 10.4 MB | |
| Totals: 3 Items | 19.9 MB | 0 | |
What's Changed
- proc: fix C frame attribution for noreturn calls in stack unwinding by @alexsaezm in https://github.com/go-delve/delve/pull/4374
- build: ignore unsupported windows/arm64 architecture in goreleaser by @FranciscoPombal in https://github.com/go-delve/delve/pull/4381
- proc: fix range-over-func stepping tests for 1.27 on arm64 by @aarzilli in https://github.com/go-delve/delve/pull/4378
- misc: Go 1.27 compatibility and windows/arm64 test fixes by @derekparker in https://github.com/go-delve/delve/pull/4377
- service/dap: send InvalidatedEvent after SetVariable and WriteMemory by @DrSergei in https://github.com/go-delve/delve/pull/4384
- proc: fix panic on follow-exec process exit by @derekparker in https://github.com/go-delve/delve/pull/4383
- dap: make variable load limits configurable by @larrasket in https://github.com/go-delve/delve/pull/4385
- pkg/proc: cleanup stepping tests by @aarzilli in https://github.com/go-delve/delve/pull/4382
- go.mod: update disassembler by @aarzilli in https://github.com/go-delve/delve/pull/4379
- pkg/terminal: add exit -d to detach without killing the process by @larrasket in https://github.com/go-delve/delve/pull/4387
- terminal: extend frame pointer unwinding blocking branch to fix TestScopePrefix index panic on windows/arm64 by @derekparker in https://github.com/go-delve/delve/pull/4388
- terminal: fix watch documentation by @aarzilli in https://github.com/go-delve/delve/pull/4390
- proc/core: handle UTF-16LE output from procdump64 in TestMinidump by @derekparker in https://github.com/go-delve/delve/pull/4393
- service/test: skip waitreason test on development versions by @aarzilli in https://github.com/go-delve/delve/pull/4394
- dwarf/frame: add DW_CFA_GNU_args_size opcode by @minhbq-99 in https://github.com/go-delve/delve/pull/4392
- dwarf/frame: check the error after executing an opcode by @minhbq-99 in https://github.com/go-delve/delve/pull/4391
- Teamcity: update Ubuntu version by @aarzilli in https://github.com/go-delve/delve/pull/4396
- service/dap,terminal: add option to display expanded/raw strings by @hitzhangjie in https://github.com/go-delve/delve/pull/4395
- teamcity: use Debian for linux/386 CI images by @derekparker in https://github.com/go-delve/delve/pull/4400
- service/dap: set type in SetVariable response by @larrasket in https://github.com/go-delve/delve/pull/4397
- proc: fix arm64 crosscall2 SP restore for cgo stacktraces by @derekparker in https://github.com/go-delve/delve/pull/4399
- *: v1.27.1 by @derekparker in https://github.com/go-delve/delve/pull/4403
New Contributors
- @FranciscoPombal made their first contribution in https://github.com/go-delve/delve/pull/4381
- @larrasket made their first contribution in https://github.com/go-delve/delve/pull/4385
- @minhbq-99 made their first contribution in https://github.com/go-delve/delve/pull/4392
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1271-2026-07-31 Full Changelog: https://github.com/go-delve/delve/compare/v1.27.0...v1.27.1