mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 03:56:24 +08:00
Structs returned to starlark scripts by API calls were immutable, this made amend_breakpoint nearly impossible to use since its argument must be a api.Breakpoint struct which the caller has received from get_breakpoint and modified.