Skip to content

Commit

Permalink
Support core mode for delve debugger (helix-editor#7300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdoker18 committed Jun 10, 2023
1 parent dbd248f commit a981a25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,12 @@ request = "attach"
completion = [ "pid" ]
args = { mode = "local", processId = "{0}" }

[[language.debugger.templates]]
name = "core"
request = "launch"
completion = [ { name = "binary", completion = "filename" }, { name = "core", completion = "filename" } ]
args = { mode = "core", program = "{0}", coreFilePath = "{1}" }

[[grammar]]
name = "go"
source = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "64457ea6b73ef5422ed1687178d4545c3e91334a" }
Expand Down

0 comments on commit a981a25

Please sign in to comment.