diff options
Diffstat (limited to 'src/nvim/README.md')
-rw-r--r-- | src/nvim/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/README.md b/src/nvim/README.md index 4029777031..b484d59cb3 100644 --- a/src/nvim/README.md +++ b/src/nvim/README.md @@ -209,7 +209,8 @@ not related to TUI rendering like so: lldb -- ./build/bin/nvim --headless --listen ~/.cache/nvim/debug-server.pipe -You can then attach to the headless process to interact with the editor like so: +While in lldb, enter `run`. You can then attach to the headless process in a +new terminal window to interact with the editor like so: ./build/bin/nvim --remote-ui --server ~/.cache/nvim/debug-server.pipe |