aboutsummaryrefslogtreecommitdiff
path: root/fnl/dap/adapters
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/dap/adapters')
-rw-r--r--fnl/dap/adapters/coreclr.fnl3
-rw-r--r--fnl/dap/adapters/lldb.fnl3
2 files changed, 6 insertions, 0 deletions
diff --git a/fnl/dap/adapters/coreclr.fnl b/fnl/dap/adapters/coreclr.fnl
new file mode 100644
index 0000000..1196a92
--- /dev/null
+++ b/fnl/dap/adapters/coreclr.fnl
@@ -0,0 +1,3 @@
+{
+ :type "executable"
+ :command "netcoredbg"}
diff --git a/fnl/dap/adapters/lldb.fnl b/fnl/dap/adapters/lldb.fnl
new file mode 100644
index 0000000..987d80d
--- /dev/null
+++ b/fnl/dap/adapters/lldb.fnl
@@ -0,0 +1,3 @@
+{
+ :type "executable"
+ :command "lldb-dap"}