1
Fork 0

helix rust debugger config

This commit is contained in:
Andy Killorin 2023-09-27 20:31:31 -05:00
parent 64b9e34241
commit e76c5133ff
Signed by: ank
GPG key ID: B6241CA3B552BCA4
2 changed files with 19 additions and 0 deletions

View file

@ -3,6 +3,8 @@ theme = "ferra"
[editor]
scrolloff = 3
idle-timeout = 150
terminal.command = "zsh"
terminal.args = ["-c"]
[editor.statusline]
center = ["version-control"]

View file

@ -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