To support variadic function call evaluation
Author: ndCreated Dec 11, 2020Updated Sep 18, 2025
Labelsarea/prockind/enhancement
- What version of Delve are you using (
dlv version)?
Version: 1.5.0
Build: 46d344431a02d201821e665b486caeecff47b558- What version of Go are you using? (
go version)?
go1.15
- What operating system and processor architecture are you using?
windows, amd64
- What did you do?
Tried to evaluate a variadic function call, e.g. filepath.Join("a", "b", "c")
- What did you expect to see?
result of function call
- What did you see instead?
Got an error: too many arguments
Source: go-delve/delve