pry-debugger icon indicating copy to clipboard operation
pry-debugger copied to clipboard

Pry navigation commands via debugger (formerly ruby-debug)

Results 29 pry-debugger issues
Sort by recently updated
recently updated
newest added

C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- pry-debugger (LoadError) from C:/Ruby24-x64/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require' from convert.rb:6:in `' source: http://elementalselenium.com/tips/68-load-testing-revisited

Howdy, I've encountered an issue where the `next` keyword is being hijacked and can no longer skip iterations using the next keyword. I assume this is also happening for `continue`,...

pry-debugger depends on debugger (licensed as GPL 2). We should adjust the license of pry-debugger to GPL to reflect that or find a replacement dependency instead of debugger. What do...

I have a multi-step form, and I break in a function that accepts "step" as an argument. Typing `step` at the console triggers the pry next step. Similar to #60

When i try debug rails application i get Segmentation fault errror. See full trace https://gist.github.com/artofhuman/8368596. Sorry, i don't know this pry-debugger bug or ruby or something else. I also try...

I am trying to debug a Rails app running inside foreman, when I type quit from pry-remote, there is an error `Errno::EADDRINUSE (Address already in use - bind(2) for "127.0.0.1"...

On MRI 2.1.0-preview2, doing 'gem install pry-debugger' gives: ``` ERROR: Error installing pry-debugger: ERROR: Failed to build gem native extension. /home/mydir/.rbenv/versions/2.1.0-preview2/bin/ruby extconf.rb Ruby version 2.1.0 is not supported. ``` OK...

when I hit next (or n) it should `"Step over to the next line within the same frame"` but when I hit next a few times it leaves the current...

This is a baffling situation that makes use of variable names and the `continue` method very difficult. I've been a user of the pry debugger for a long time and...

At the moment, the frame_manager is initialized when a pry session starts, but destroyed every time repl is left. This patch, adds a hook to before_session, so that a new...