debug
debug copied to clipboard
Debugging functionality for Ruby
**Your proposal** The documentation for `skip_path` says: > Skip showing/entering frames for given paths However, it only works for entering frames while doing step-by-step debugging and displaying the backtrace through...
## Description Add a way for callers to get notified when a client gets connected to the debugger. This solves [Feature request: Stop debugger until first client connects · Issue...
## Description Describe your changes: - Calls to `ThreadClient.current.on_load` spend time pushing and popping the :load operation on the event queue, and waiting for the :load event to be handled....
**Your environment** * `ruby -v`: 3.1.2 * `rdbg -v`: 1.6.2 **Describe the bug** I get tons of these errors when I add `gem "debug"` to my Gemfile and run the...
**Your proposal** Add an alias for `whereami` called `w`. Or something else short. **Additional context** Since the `list` command is stateful (continuing to print source code below if you run...
**Your proposal** Hi, there is a problem with representing large data, so, when you enter a variable with a large hash for example, you have an output of huge size...
Pry had a feature where you could fast forward all subsequent breaks if you entered `!!!`. It would essentially automatically `continue` the subsequent breaks. It would be awesome to to...
- add example on how to set up a custom alias on IRB console ## Description Although setting up alias on IRB might not seem the scope of this gem,...
## Description Addresses #1031 by implementing support for XDG directories in accordance with the rules discussed in the issue and summarized in [my comment here](https://github.com/ruby/debug/issues/1031#issuecomment-1855128422). This change should be non-breaking...