Skip to content

Commit e392d39

Browse files
mcdoker18wes-adams
authored andcommitted
Support core mode for delve debugger (helix-editor#7300)
1 parent 1384948 commit e392d39

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

languages.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,12 @@ request = "attach"
460460
completion = [ "pid" ]
461461
args = { mode = "local", processId = "{0}" }
462462

463+
[[language.debugger.templates]]
464+
name = "core"
465+
request = "launch"
466+
completion = [ { name = "binary", completion = "filename" }, { name = "core", completion = "filename" } ]
467+
args = { mode = "core", program = "{0}", coreFilePath = "{1}" }
468+
463469
[[grammar]]
464470
name = "go"
465471
source = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "64457ea6b73ef5422ed1687178d4545c3e91334a" }

0 commit comments

Comments
 (0)