plugins.dap-python.settings

Options provided to the require('dap-python').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  callback = {
    __raw = ''
      function()
        print('nixvim')
      end
    '';
  };
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by:

plugins.dap-python.settings.console

Debugpy console.

Type: null or one of “integratedTerminal”, “internalConsole”, “externalTerminal” or raw lua code

Default: null

Plugin default: "integratedTerminal"

Declared by:

plugins.dap-python.settings.includeConfigs

Add default configurations.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: