Versions in this module Expand all Collapse all v0 v0.0.1 Oct 27, 2024 Changes in this version + const PositionDefault + const PositionDisassembly + const PositionSource + func ConfigureFindFieldByName(conf interface{}, name, tag string) reflect.Value + func ConfigureList(w io.Writer, config interface{}, tag string) + func ConfigureListByName(conf interface{}, name, tag string) string + func ConfigureSetSimple(rest string, cfgname string, field reflect.Value) error + func GetConfigFilePath(file string) (string, error) + func IterateConfiguration(conf interface{}, tag string) *configureIterator + func SaveConfig(conf *Config) error + func Split2PartsBySpace(s string) []string + func SplitQuotedFields(in string, quote rune) []string + type Config struct + Aliases map[string][]string + DebugInfoDirectories []string + DisassembleFlavor *string + MaxArrayValues *int + MaxStringLen *int + MaxVariableRecurse *int + Position string + PromptColor string + ShowLocationExpr bool + SourceListArrowColor string + SourceListCommentColor string + SourceListKeywordColor string + SourceListLineColor interface{} + SourceListLineCount *int + SourceListNumberColor string + SourceListStringColor string + SourceListTabColor string + StackTraceBasenameColor string + StackTraceFunctionColor string + SubstitutePath SubstitutePathRules + Tab string + TraceShowTimestamp bool + func LoadConfig() (*Config, error) + func (c *Config) GetDisassembleFlavour() api.AssemblyFlavour + func (c *Config) GetSourceListLineCount() int + type SubstitutePathRule struct + From string + To string + type SubstitutePathRules []SubstitutePathRule v0.0.1-alpha Jan 10, 2025