Add brew debugger command

This commit is contained in:
Rylan Polster
2024-08-14 22:56:26 -04:00
parent 3f1e90a3a5
commit 3b63a7eff4
5 changed files with 97 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "rdbg",
"name": "Attach with rdbg",
"request": "attach",
"rdbgPath": "${workspaceFolder}/Library/Homebrew/vendor/portable-ruby/current/lib/ruby/gems/3.3.0/gems/debug-1.9.1/exe/rdbg",
"env": {
"TMPDIR": "/private/tmp/",
}
}
]
}