debug icon indicating copy to clipboard operation
debug copied to clipboard

Debugging functionality for Ruby

Results 131 debug issues
Sort by recently updated
recently updated
newest added

**Your proposal** Would be useful to be able to temporarily enable/disable breakpoints **Additional context**

enhancement

**Your proposal** Using "rerun" gem in docker container to automatically restart application. Since debug gem shuffles always new random uuid for remote devtools connection, this makes debugger rather unusable, since...

(same as `until` and `fin`) ```ruby debugger do: 'p 1' p 1 ``` Stopping at the line 1, type `next` and it doesn't stop at the line 2. This is...

bug

**Windows 11** * `ruby 3.1.2`: * `rdbg 1.6.2: **Describe the bug** in IRB console when typing letter of S switching from uppercase to lowercase is so slow, it's make typo....

`n = 1` `n += 1` `n **= 1` `n &&= 1` will be a ruby expression, not a shorthand of `next` command. ```ruby (ruby) n = 1 1 (ruby)...

**Your environment** * `ruby -v`: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x64-mingw-ucrt] * `rdbg -v`: rdbg 1.9.2 * `rails -v`: Rails 7.0.8.1 **Describe the bug** The console become frozen while debugging...

# Description Supported here: https://guides.rubygems.org/specification-reference/#metadata Useful for running https://github.com/MaximeD/gem_updater

## Description Both `up` and `down` only show 1 source line when called, I think it would be more useful if they provided more context. This removes the `max_lines: 1`...

I'm trying to run ```ruby rdbg -c -- bundle exec rspec ``` but I keep getting this error bundler: failed to load command: rspec Prepending `bundle exec` to your command...

## Description Minor README updates that threw me off while reading.