plugins.flutter-tools.settings.debugger.enabled
Integrate with nvim dap
+ install dart code debugger.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.flutter-tools.settings.debugger.evaluate_to_string_in_debug_views
Whether to call toString()
on objects in debug views like hovers and the variables list.
Invoking toString()
has a performance cost and may introduce side-effects, although users
may expected this functionality.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.flutter-tools.settings.debugger.exception_breakpoints
If empty dap
will not stop on any exceptions, otherwise it will stop on those specified.
See |:help dap.set_exception_breakpoints()|
for more info.
Type: null or (list of (anything or raw lua code)) or raw lua code
Default:
null
Plugin default: [ ]
Declared by:
plugins.flutter-tools.settings.debugger.register_configurations
Function to register dap
configurations.
Type: null or raw lua code
Default:
null
Plugin default: lib.nixvim.mkRaw "function(paths)\n require(\"dap\").configurations.dart = {\n --put here config that you would find in .vscode/launch.json\n }\n -- If you want to load .vscode launch.json automatically run the following:\n-- require(\"dap.ext.vscode\").load_launchjs()\nend\n"
Declared by: