helix rust debugger config
This commit is contained in:
parent
64b9e34241
commit
e76c5133ff
2 changed files with 19 additions and 0 deletions
|
@ -3,6 +3,8 @@ theme = "ferra"
|
|||
[editor]
|
||||
scrolloff = 3
|
||||
idle-timeout = 150
|
||||
terminal.command = "zsh"
|
||||
terminal.args = ["-c"]
|
||||
|
||||
[editor.statusline]
|
||||
center = ["version-control"]
|
||||
|
|
|
@ -1,2 +1,19 @@
|
|||
[[language]]
|
||||
name = "rust"
|
||||
|
||||
[language.debugger]
|
||||
command = "codelldb"
|
||||
name = "codelldb"
|
||||
port-arg = "--port {}"
|
||||
transport = "tcp"
|
||||
|
||||
[[language.debugger.templates]]
|
||||
name = "binary"
|
||||
request = "launch"
|
||||
[[language.debugger.templates.completion]]
|
||||
completion = "filename"
|
||||
name = "binary"
|
||||
|
||||
[language.debugger.templates.args]
|
||||
program = "{0}"
|
||||
runInTerminal = true
|
Loading…
Reference in a new issue