Commit 075038f
authored
feat(rdbg): support attach requests for
Implement support for attach debugging requests in the Ruby
debugger. Previously, attach requests were unsupported and would
return an error. Now, we support the default `rdbg` configuration:
```json
{
"label": "Attach to Rails server",
"adapter": "rdbg",
"request": "attach",
"cwd": "$ZED_WORKTREE_ROOT",
"env": {
"RUBY_DEBUG_PORT": "52203"
}
}
```
<!-- GitButler Footer Boundary Top -->
---
This is **part 2 of 2 in a stack** made with GitButler:
- <kbd> 2 </kbd> #124 👈
- <kbd> 1 </kbd> #123
<!-- GitButler Footer Boundary Bottom -->rdbg debugger (#124)1 parent d937b31 commit 075038f
1 file changed
+40
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
203 | 213 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | 214 | | |
208 | 215 | | |
209 | 216 | | |
| |||
276 | 283 | | |
277 | 284 | | |
278 | 285 | | |
279 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
280 | 308 | | |
281 | 309 | | |
282 | 310 | | |
| |||
0 commit comments