plugins.dap-go.settings.delve.args
Additional args to pass to dlv.
Type: null or (list of string)
Default:
null
Declared by:
plugins.dap-go.settings.delve.build_flags
Build flags to pass to dlv.
Type: null or string or raw lua code
Default:
null
Plugin default: ""
Declared by:
plugins.dap-go.settings.delve.initialize_timeout_sec
Time to wait for delve to initialize the debug session.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 20
Declared by:
plugins.dap-go.settings.delve.path
The path to the executable dlv which will be used for debugging.
Type: null or string or raw lua code
Default:
null
Plugin default: "dlv"
Declared by:
plugins.dap-go.settings.delve.port
A string that defines the port to start delve debugger.
Defaults to string “$${port}” which instructs dap to start the process in a random available port.
Type: null or string or raw lua code
Default:
null
Plugin default: "$\${port}"
Declared by: