Add support for pry-stack_explorer in pry_debugger#12
Open
jasonLaster wants to merge 1 commit intonixme:masterfrom
Open
Add support for pry-stack_explorer in pry_debugger#12jasonLaster wants to merge 1 commit intonixme:masterfrom
jasonLaster wants to merge 1 commit intonixme:masterfrom
Conversation
This was referenced Jul 30, 2012
|
Nice! Solves: pry/pry-stack_explorer#11 |
|
Merge plz. 😢 |
|
Wow, this is a huge bug - yes, please merge!! |
|
Wait… how do you reproduce the goodness? |
|
I really don't get what I'm doing wrong. See: jasonLaster@b31cd4d#commitcomment-2713550 |
|
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! |
|
Why isn't this being merged? It seems to fix a problem that is still present in pry-debugger. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.