dap-rr
URL: https://github.com/jonboh/nvim-dap-rr/
Maintainers: Gaetan Lepage
Dap configuration for the record and replay debugger.
plugins.dap-rr.enable
Whether to enable dap-rr.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.dap-rr.package
The dap-rr package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-dap-rr
Declared by:
plugins.dap-rr.autoLoad
Whether to automatically load dap-rr when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.dap-rr.callSetup
Whether to generate the standard require('dap-rr').setup(...) call for this plugin.
Explicitly set to true to force calling .setup().
Caution
A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real
dap-rrLua module.
Type: boolean
Default:
false
Declared by: