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.

Plugin default: ""

Type: null or string or raw lua code

Default: null

Declared by:

plugins.dap.extensions.dap-go.delve.initializeTimeoutSec

Time to wait for delve to initialize the debug session.

Plugin default: 20

Type: null or signed integer or floating point number or raw lua code

Default: null

Declared by:

plugins.dap.extensions.dap-go.delve.path

The path to the executable dlv which will be used for debugging.

Plugin default: "dlv"

Type: null or string or raw lua code

Default: null

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.

Plugin default: "\${port}"

Type: null or string or raw lua code

Default: null

Declared by: