mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +10:00
docs: fix links
This commit is contained in:
@@ -163,10 +163,10 @@ to `tui.c:terminfo_start`.
|
||||
USING GDBSERVER IN TMUX ~
|
||||
|
||||
Consider using a custom makefile
|
||||
https://github.com/neovim/neovim/wiki/Building-Neovim#custom-makefile to
|
||||
https://github.com/neovim/neovim/blob/master/BUILD.md#custom-makefile to
|
||||
quickly start debugging sessions using the `gdbserver` method mentioned above.
|
||||
This example `local.mk` will create the debugging session when you type
|
||||
`make debug`.
|
||||
This example `local.mk` will create the debugging session when you type `make
|
||||
debug`.
|
||||
>make
|
||||
.PHONY: dbg-start dbg-attach debug build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user