We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f313af1 commit 981174bCopy full SHA for 981174b
README.md
@@ -67,6 +67,13 @@ Display the flutter colors on left fringe.
67
68
You can disable the feature setting `lsp-dart-fringe-colors` to `nil`.
69
70
+### Debug
71
+
72
+For emacs debugging, `lsp-dart` uses [`dap-mode`](https://github.com/emacs-lsp/dap-mode#dart) to debug.
73
+You only need to run `dap-dart-setup` one time to setup the debugger.
74
75
+
76
77
## Supported settings
78
79
* `lsp-dart-sdk-dir` - Install directory for dart-sdk.
0 commit comments