Skip to content

Instantly share code, notes, and snippets.

View AnjanJ's full-sized avatar
🏠
Working from home

Anjan Jagirdar AnjanJ

🏠
Working from home
View GitHub Profile
@AnjanJ
AnjanJ / debug.json
Last active June 27, 2025 01:44
zed settings,tasks and debug.json
[
{
"name": "Ruby: Debug Current File",
"type": "ruby",
"request": "launch",
"program": "${file}",
"cwd": "${workspaceFolder}",
"useBundler": true,
"pathToBundler": "/usr/local/bin/bundle",
"pathToRDebugIDE": "rdebug-ide",