delve/pkg/config
Derek Parker 678576d2ce config: Return handle for created default config (#1130)
Previously the file handle for the newly created default config was
being closed and thrown away as opposed to returned to the caller to
finish setting up config for the rest of the process. This patch changes
to return a handle to the newly created config so setup can happen as
normal. This fixes a bug where Delve can crash on first run when a
config is not present on the system.

Fixes #1129
2018-02-20 20:24:05 +01:00
..
config.go config: Return handle for created default config (#1130) 2018-02-20 20:24:05 +01:00
split_test.go terminal: add config command 2017-09-08 10:27:32 -07:00
split.go terminal: add config command 2017-09-08 10:27:32 -07:00