plugins.dap.configurations

Debuggee configurations, see :h dap-configuration for more info.

Type: null or (attribute set of list of (attribute set))

Default: null

Declared by:

plugins.dap.configurations.<name>.*.name

A user readable name for the configuration.

Type: string

Declared by:

plugins.dap.configurations.<name>.*.request

Indicates whether the debug adapter should launch a debuggee or attach to one that is already running.

Type: one of “attach”, “launch”

Declared by:

plugins.dap.configurations.<name>.*.type

Which debug adapter to use.

Type: string

Declared by: