Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for pry-stack_explorer in pry_debugger #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasonLaster
Copy link

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 frame_manager can be created from within the debugger.

@rking
Copy link
Contributor

rking commented Oct 20, 2012

Nice!

Solves: pry/pry-stack_explorer#11

@rking
Copy link
Contributor

rking commented Jan 16, 2013

Merge plz. 😢

@aspiers
Copy link

aspiers commented Feb 14, 2013

Wow, this is a huge bug - yes, please merge!!

@rking
Copy link
Contributor

rking commented Feb 15, 2013

Wait… how do you reproduce the goodness?

@rking
Copy link
Contributor

rking commented Feb 28, 2013

I really don't get what I'm doing wrong. See: jasonLaster@b31cd4d#commitcomment-2713550

@benjiwheeler
Copy link

i'm having this same problem on rails 4.0, getting current pry-stack_explorer via gem 'pry-stack_explorer'.

i turned to pry because standard gem 'debugger' wasn't working for stack navigation, making debugging an impossible chore...

any progress on this? i really like pry so far!

@LunaCodeGirl
Copy link

Why isn't this being merged? It seems to fix a problem that is still present in pry-debugger.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants