plugins.dap.extensions.dap-go.delve.args
Additional args to pass to dlv.
Type: null or (list of string)
Default:
null
Declared by:
plugins.dap.extensions.dap-go.delve.buildFlags
Build flags to pass to dlv.
Type: null or string or raw lua code
Default:
null
Plugin default: ""
Declared by:
plugins.dap.extensions.dap-go.delve.initializeTimeoutSec
Time to wait for delve to initialize the debug session.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 20
Declared by:
plugins.dap.extensions.dap-go.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.extensions.dap-go.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: