Added attach target to dap for c#, fixes #7
This commit is contained in:
parent
f1fc037a72
commit
a07935eb54
1 changed files with 42 additions and 36 deletions
|
|
@ -39,6 +39,12 @@
|
||||||
return vim.fn.input('Path to dll ', vim.fn.getcwd() .. '/bin/Debug/', 'file')
|
return vim.fn.input('Path to dll ', vim.fn.getcwd() .. '/bin/Debug/', 'file')
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type = "coreclr",
|
||||||
|
name = "attach - netcoredbg",
|
||||||
|
request = "attach",
|
||||||
|
processId = require("dap.utils").pick_process,
|
||||||
|
}
|
||||||
} '';
|
} '';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue