We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5f28e commit 673fd03Copy full SHA for 673fd03
packages.json
@@ -1,4 +1,18 @@
1
[
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
+ },
16
{
17
"name": "nimodbclite",
18
"url": "https://github.com/YesDrX/nimodbclite",
0 commit comments