Skip to content

Commit 981174b

Browse files
committed
Add to readme
1 parent f313af1 commit 981174b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ Display the flutter colors on left fringe.
6767

6868
You can disable the feature setting `lsp-dart-fringe-colors` to `nil`.
6969

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+
![debug](https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/debug.gif)
76+
7077
## Supported settings
7178

7279
* `lsp-dart-sdk-dir` - Install directory for dart-sdk.

0 commit comments

Comments
 (0)