File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -441,10 +441,6 @@ This plugin integrates with [nvim-dap](https://github.com/mfussenegger/nvim-dap)
441
441
Currently if ` debugger.enabled ` is set to ` true ` in the user's config ** it will expect ` nvim-dap ` to be installed** .
442
442
If ` dap ` is this plugin will use ` flutter ` or ` dart ` native debugger to debug your project.
443
443
444
- To use the debugger you need to run ` :lua require('dap').continue()<CR> ` . This will start your app. You should then be able
445
- to use ` dap ` commands to begin to debug it. For more information on how to use ` nvim-dap ` please read the project's README
446
- or see ` :h dap ` . Note that running the app this way will prevent commands such as ` :FlutterRestart ` , ` :FlutterReload ` from working.
447
-
448
444
You can use the ` debugger.register_configurations ` to register custom runner configuration (for example for different targets or flavor).
449
445
If your flutter repo contains launch configurations in ` .vscode/launch.json ` you can use them via this config :
450
446
Original file line number Diff line number Diff line change @@ -499,12 +499,6 @@ to provide debug capabilities. Currently if `debugger.enabled` is set to `true`
499
499
in the user’s config **it will expect nvim-dap to be installed**. If `dap` is
500
500
this plugin will use `flutter` or `dart` native debugger to debug your project.
501
501
502
- To use the debugger you need to run `:lua require('dap' ).continue()<CR> `. This
503
- will start your app. You should then be able to use `dap` commands to begin to
504
- debug it. For more information on how to use `nvim- dap` please read the
505
- project’s README or see | dap | . Note that running the app this way will
506
- prevent commands such as `:FlutterRestart` , `:FlutterReload` from working.
507
-
508
502
You can use the `debugger.register_configurations` to register custom runner
509
503
configuration (for example for different targets or flavor). If your flutter
510
504
repo contains launch configurations in `.vscode/launch.json` you can use them
You can’t perform that action at this time.
0 commit comments