Skip to content

Commit 673fd03

Browse files
authored
nimdebugger (#3169)
1 parent 8b5f28e commit 673fd03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"name": "nim_debugger_mi",
4+
"url": "https://github.com/YesDrX/nimdebugger",
5+
"method": "git",
6+
"tags": [
7+
"gdb",
8+
"lldb",
9+
"debugger",
10+
"debug"
11+
],
12+
"description": "A gdb/lldb machine interface proxy to deal with nim symbol name mangle/demangle.",
13+
"license": "MIT",
14+
"web": "https://github.com/YesDrX/nimdebugger"
15+
},
216
{
317
"name": "nimodbclite",
418
"url": "https://github.com/YesDrX/nimodbclite",

0 commit comments

Comments
 (0)