package
1.24.0
Repository: https://github.com/go-delve/delve.git
Documentation: pkg.go.dev

# Functions

GetConfigFilePath gets the full path to the given config file name.
LoadConfig attempts to populate a Config object from the config.yml file.
SaveConfig will marshal and save the config struct to disk.
SplitQuotedFields is like strings.Fields but ignores spaces inside areas surrounded by the specified quote character.

# Constants

# Structs

Config defines all configuration options available to be set through the config file.
SubstitutePathRule describes a rule for substitution of path to source code file.

# Type aliases

SubstitutePathRules is a slice of source code path substitution rules.