nvim: native debug -> nvim-gdb

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent c3246653d0
commit 0ad7aa3139
7 changed files with 58 additions and 73 deletions

View File

@ -7,14 +7,12 @@ wk.register({
},
d = {
name = "Debug",
b = "Set Breakpoint",
c = "Continue",
d = "Termdebug",
e = "Evaluate",
s = "Step",
o = "Over",
r = "Run",
u = "Clear Breakpoint",
b = "Toggle Breakpoint",
f = "Finish / Step Out",
n = "Next",
s = "Step Into",
u = "Until",
w = "Create Watch",
},
g = {
name = "Language",