Skip to content

Commit

Permalink
Update faq_dr.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrawl authored Oct 29, 2023
1 parent 50d7534 commit 75cc82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/faq_dr.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ xrepl do
end
```

## Does DragonRuby support pry or have any other debugging facilities?
### Does DragonRuby support pry or have any other debugging facilities?

`pry` is a gem that assumes you are using the MRI Runtime (which is incompatible with DragonRuby). Eventually DragonRuby will have a pry based experience that is compatible with a debugging infrastructure called LLDB. Take the time to read about LLDB as it shows the challenges in creating something that is compatible.

Expand Down

0 comments on commit 75cc82a

Please sign in to comment.